c_cpp_properties.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "configurations": [
  3. {
  4. "name": "DTU_IAP_4G",
  5. "includePath": [
  6. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Inc",
  7. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Drivers\\STM32L4xx_HAL_Driver\\Inc",
  8. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Drivers\\STM32L4xx_HAL_Driver\\Inc\\Legacy",
  9. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Middlewares\\ST\\STM32_USB_Device_Library\\Core\\Inc",
  10. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Middlewares\\ST\\STM32_USB_Device_Library\\Class\\CDC\\Inc",
  11. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Drivers\\CMSIS\\Device\\ST\\STM32L4xx\\Include",
  12. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Drivers\\CMSIS\\Include",
  13. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\MDK-ARM",
  14. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Src",
  15. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Drivers\\STM32L4xx_HAL_Driver\\Src",
  16. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Middlewares\\ST\\STM32_USB_Device_Library\\Core\\Src",
  17. "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Middlewares\\ST\\STM32_USB_Device_Library\\Class\\CDC\\Src"
  18. ],
  19. "defines": [
  20. "USE_HAL_DRIVER",
  21. "STM32L433xx",
  22. "__alignof__(x)=",
  23. "__asm(x)=",
  24. "__asm__(x)=",
  25. "__forceinline=",
  26. "__restrict=",
  27. "__volatile__=",
  28. "__inline=",
  29. "__inline__=",
  30. "__declspec(x)=",
  31. "__attribute__(x)=",
  32. "__nonnull__(x)=",
  33. "__unaligned=",
  34. "__promise(x)=",
  35. "__irq=",
  36. "__swi=",
  37. "__weak=",
  38. "__register=",
  39. "__pure=",
  40. "__value_in_regs=",
  41. "__breakpoint(x)=",
  42. "__current_pc()=0U",
  43. "__current_sp()=0U",
  44. "__disable_fiq()=",
  45. "__disable_irq()=",
  46. "__enable_fiq()=",
  47. "__enable_irq()=",
  48. "__force_stores()=",
  49. "__memory_changed()=",
  50. "__schedule_barrier()=",
  51. "__semihost(x,y)=0",
  52. "__vfp_status(x,y)=0",
  53. "__builtin_arm_nop()=",
  54. "__builtin_arm_wfi()=",
  55. "__builtin_arm_wfe()=",
  56. "__builtin_arm_sev()=",
  57. "__builtin_arm_sevl()=",
  58. "__builtin_arm_yield()=",
  59. "__builtin_arm_isb(x)=",
  60. "__builtin_arm_dsb(x)=",
  61. "__builtin_arm_dmb(x)=",
  62. "__builtin_bswap32(x)=0U",
  63. "__builtin_bswap16(x)=0U",
  64. "__builtin_arm_rbit(x)=0U",
  65. "__builtin_clz(x)=0U",
  66. "__builtin_arm_ldrex(x)=0U",
  67. "__builtin_arm_strex(x,y)=0U",
  68. "__builtin_arm_clrex()=",
  69. "__builtin_arm_ssat(x,y)=0U",
  70. "__builtin_arm_usat(x,y)=0U",
  71. "__builtin_arm_ldaex(x)=0U",
  72. "__builtin_arm_stlex(x,y)=0U",
  73. "__GNUC__=4",
  74. "__GNUC_MINOR__=2",
  75. "__GNUC_PATCHLEVEL__=1"
  76. ],
  77. "intelliSenseMode": "${default}"
  78. }
  79. ],
  80. "version": 4
  81. }