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