You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
3.4 KiB

3 years ago
3 years ago
  1. {
  2. "configurations": [
  3. {
  4. "name": "app",
  5. "includePath": [
  6. "${workspaceFolder}/app/Inc",
  7. "${workspaceFolder}/app/Drivers/STM32F1xx_HAL_Driver/Inc",
  8. "${workspaceFolder}/app/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy",
  9. "${workspaceFolder}/app/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
  10. "${workspaceFolder}/app/Drivers/CMSIS/Include",
  11. "D:\\keil\\ARM\\ARMCC\\include",
  12. "D:\\keil\\ARM\\ARMCC\\include\\rw",
  13. "${workspaceFolder}/app/MDK-ARM",
  14. "${workspaceFolder}/app/Src",
  15. "${workspaceFolder}/app/Drivers/STM32F1xx_HAL_Driver/Src",
  16. "${workspaceFolder}/copyZ_zmodbus",
  17. "${workspaceFolder}/copyZ_zstm32uart_irq_rx_service",
  18. "${workspaceFolder}/src"
  19. ],
  20. "defines": [
  21. "USE_HAL_DRIVER",
  22. "STM32F103xB",
  23. "__CC_ARM",
  24. "__arm__",
  25. "__align(x)=",
  26. "__ALIGNOF__(x)=",
  27. "__alignof__(x)=",
  28. "__asm(x)=",
  29. "__forceinline=",
  30. "__restrict=",
  31. "__global_reg(n)=",
  32. "__inline=",
  33. "__int64=long long",
  34. "__INTADDR__(expr)=0",
  35. "__irq=",
  36. "__packed=",
  37. "__pure=",
  38. "__smc(n)=",
  39. "__svc(n)=",
  40. "__svc_indirect(n)=",
  41. "__svc_indirect_r7(n)=",
  42. "__value_in_regs=",
  43. "__weak=",
  44. "__writeonly=",
  45. "__declspec(x)=",
  46. "__attribute__(x)=",
  47. "__nonnull__(x)=",
  48. "__register=",
  49. "__breakpoint(x)=",
  50. "__cdp(x,y,z)=",
  51. "__clrex()=",
  52. "__clz(x)=0U",
  53. "__current_pc()=0U",
  54. "__current_sp()=0U",
  55. "__disable_fiq()=",
  56. "__disable_irq()=",
  57. "__dmb(x)=",
  58. "__dsb(x)=",
  59. "__enable_fiq()=",
  60. "__enable_irq()=",
  61. "__fabs(x)=0.0",
  62. "__fabsf(x)=0.0f",
  63. "__force_loads()=",
  64. "__force_stores()=",
  65. "__isb(x)=",
  66. "__ldrex(x)=0U",
  67. "__ldrexd(x)=0U",
  68. "__ldrt(x)=0U",
  69. "__memory_changed()=",
  70. "__nop()=",
  71. "__pld(...)=",
  72. "__pli(...)=",
  73. "__qadd(x,y)=0",
  74. "__qdbl(x)=0",
  75. "__qsub(x,y)=0",
  76. "__rbit(x)=0U",
  77. "__rev(x)=0U",
  78. "__return_address()=0U",
  79. "__ror(x,y)=0U",
  80. "__schedule_barrier()=",
  81. "__semihost(x,y)=0",
  82. "__sev()=",
  83. "__sqrt(x)=0.0",
  84. "__sqrtf(x)=0.0f",
  85. "__ssat(x,y)=0",
  86. "__strex(x,y)=0U",
  87. "__strexd(x,y)=0",
  88. "__strt(x,y)=",
  89. "__swp(x,y)=0U",
  90. "__usat(x,y)=0U",
  91. "__wfe()=",
  92. "__wfi()=",
  93. "__yield()=",
  94. "__vfp_status(x,y)=0"
  95. ],
  96. "intelliSenseMode": "${default}"
  97. }
  98. ],
  99. "version": 4
  100. }