c_cpp_properties.json 3.3 KB

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