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.

91 lines
2.8 KiB

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