123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "configurations": [
- {
- "name": "DTU_IAP_4G",
- "includePath": [
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Inc",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Drivers\\STM32L4xx_HAL_Driver\\Inc",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Drivers\\STM32L4xx_HAL_Driver\\Inc\\Legacy",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Middlewares\\ST\\STM32_USB_Device_Library\\Core\\Inc",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Middlewares\\ST\\STM32_USB_Device_Library\\Class\\CDC\\Inc",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Drivers\\CMSIS\\Device\\ST\\STM32L4xx\\Include",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Drivers\\CMSIS\\Include",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\MDK-ARM",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Src",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Drivers\\STM32L4xx_HAL_Driver\\Src",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Middlewares\\ST\\STM32_USB_Device_Library\\Core\\Src",
- "c:\\Users\\chang\\Desktop\\DTU_IAP_4G\\Middlewares\\ST\\STM32_USB_Device_Library\\Class\\CDC\\Src"
- ],
- "defines": [
- "USE_HAL_DRIVER",
- "STM32L433xx",
- "__alignof__(x)=",
- "__asm(x)=",
- "__asm__(x)=",
- "__forceinline=",
- "__restrict=",
- "__volatile__=",
- "__inline=",
- "__inline__=",
- "__declspec(x)=",
- "__attribute__(x)=",
- "__nonnull__(x)=",
- "__unaligned=",
- "__promise(x)=",
- "__irq=",
- "__swi=",
- "__weak=",
- "__register=",
- "__pure=",
- "__value_in_regs=",
- "__breakpoint(x)=",
- "__current_pc()=0U",
- "__current_sp()=0U",
- "__disable_fiq()=",
- "__disable_irq()=",
- "__enable_fiq()=",
- "__enable_irq()=",
- "__force_stores()=",
- "__memory_changed()=",
- "__schedule_barrier()=",
- "__semihost(x,y)=0",
- "__vfp_status(x,y)=0",
- "__builtin_arm_nop()=",
- "__builtin_arm_wfi()=",
- "__builtin_arm_wfe()=",
- "__builtin_arm_sev()=",
- "__builtin_arm_sevl()=",
- "__builtin_arm_yield()=",
- "__builtin_arm_isb(x)=",
- "__builtin_arm_dsb(x)=",
- "__builtin_arm_dmb(x)=",
- "__builtin_bswap32(x)=0U",
- "__builtin_bswap16(x)=0U",
- "__builtin_arm_rbit(x)=0U",
- "__builtin_clz(x)=0U",
- "__builtin_arm_ldrex(x)=0U",
- "__builtin_arm_strex(x,y)=0U",
- "__builtin_arm_clrex()=",
- "__builtin_arm_ssat(x,y)=0U",
- "__builtin_arm_usat(x,y)=0U",
- "__builtin_arm_ldaex(x)=0U",
- "__builtin_arm_stlex(x,y)=0U",
- "__GNUC__=4",
- "__GNUC_MINOR__=2",
- "__GNUC_PATCHLEVEL__=1"
- ],
- "intelliSenseMode": "${default}"
- }
- ],
- "version": 4
- }
|