c_cpp_properties.json 3.4 KB

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