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.

98 lines
3.3 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}/zmodbus",
  17. "${workspaceFolder}/zstm32uart_irq_rx_service"
  18. ],
  19. "defines": [
  20. "USE_HAL_DRIVER",
  21. "STM32F103xB",
  22. "__CC_ARM",
  23. "__arm__",
  24. "__align(x)=",
  25. "__ALIGNOF__(x)=",
  26. "__alignof__(x)=",
  27. "__asm(x)=",
  28. "__forceinline=",
  29. "__restrict=",
  30. "__global_reg(n)=",
  31. "__inline=",
  32. "__int64=long long",
  33. "__INTADDR__(expr)=0",
  34. "__irq=",
  35. "__packed=",
  36. "__pure=",
  37. "__smc(n)=",
  38. "__svc(n)=",
  39. "__svc_indirect(n)=",
  40. "__svc_indirect_r7(n)=",
  41. "__value_in_regs=",
  42. "__weak=",
  43. "__writeonly=",
  44. "__declspec(x)=",
  45. "__attribute__(x)=",
  46. "__nonnull__(x)=",
  47. "__register=",
  48. "__breakpoint(x)=",
  49. "__cdp(x,y,z)=",
  50. "__clrex()=",
  51. "__clz(x)=0U",
  52. "__current_pc()=0U",
  53. "__current_sp()=0U",
  54. "__disable_fiq()=",
  55. "__disable_irq()=",
  56. "__dmb(x)=",
  57. "__dsb(x)=",
  58. "__enable_fiq()=",
  59. "__enable_irq()=",
  60. "__fabs(x)=0.0",
  61. "__fabsf(x)=0.0f",
  62. "__force_loads()=",
  63. "__force_stores()=",
  64. "__isb(x)=",
  65. "__ldrex(x)=0U",
  66. "__ldrexd(x)=0U",
  67. "__ldrt(x)=0U",
  68. "__memory_changed()=",
  69. "__nop()=",
  70. "__pld(...)=",
  71. "__pli(...)=",
  72. "__qadd(x,y)=0",
  73. "__qdbl(x)=0",
  74. "__qsub(x,y)=0",
  75. "__rbit(x)=0U",
  76. "__rev(x)=0U",
  77. "__return_address()=0U",
  78. "__ror(x,y)=0U",
  79. "__schedule_barrier()=",
  80. "__semihost(x,y)=0",
  81. "__sev()=",
  82. "__sqrt(x)=0.0",
  83. "__sqrtf(x)=0.0f",
  84. "__ssat(x,y)=0",
  85. "__strex(x,y)=0U",
  86. "__strexd(x,y)=0",
  87. "__strt(x,y)=",
  88. "__swp(x,y)=0U",
  89. "__usat(x,y)=0U",
  90. "__wfe()=",
  91. "__wfi()=",
  92. "__yield()=",
  93. "__vfp_status(x,y)=0"
  94. ],
  95. "intelliSenseMode": "${default}"
  96. }
  97. ],
  98. "version": 4
  99. }