c_cpp_properties.json 3.1 KB

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