-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathc_cpp_properties.json
More file actions
98 lines (98 loc) · 4.3 KB
/
Copy pathc_cpp_properties.json
File metadata and controls
98 lines (98 loc) · 4.3 KB
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
{
"configurations": [
{
"name": "arm-none-eabi-gcc (Linux)",
"compileCommands": [
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/compile_commands.json"
],
"includePath": [
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/SUFST/Inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/SUFST/Inc/Functions",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Core/Inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Drivers/STM32F7xx_HAL_Driver/Inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Drivers/CMSIS/Device/ST/STM32F7xx/Include",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Drivers/CMSIS/**",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Middlewares/ST/threadx/common/inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Middlewares/ST/threadx/ports/cortex_m7/gnu/inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Drivers/STM32F7xx_HAL_Driver/Inc"
],
"defines": [
"TX_INCLUDE_USER_DEFINE_FILE",
"USE_HAL_DRIVER",
"STM32F746xx"
],
"cStandard": "gnu11",
"intelliSenseMode": "gcc-arm",
"configurationProvider": "ms-vscode.makefile-tools",
"compileCommandsInCppPropertiesJson": [
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/compile_commands.json"
],
"configurationProviderInCppPropertiesJson": "ms-vscode.makefile-tools",
"mergeConfigurations": false,
"browse": {
"path": [
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/SUFST/Inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Core/Inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Drivers/STM32F7xx_HAL_Driver/Inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Drivers/CMSIS/Device/ST/STM32F7xx/Include",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Drivers/CMSIS/**",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Middlewares/ST/threadx/common/inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Middlewares/ST/threadx/ports/cortex_m7/gnu/inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu/src/Drivers/STM32F7xx_HAL_Driver/Inc",
"/home/r_kirkbride/Documents/GitHub/sufst/vcu"
],
"limitSymbolsToIncludedHeaders": true
},
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
"compilerPathInCppPropertiesJson": "/usr/bin/arm-none-eabi-gcc"
},
{
"name": "arm-none-eabi-gcc (macOS)",
"compileCommands": ["${workspaceFolder}/compile_commands.json"],
"includePath": [
"${workspaceFolder}/src/SUFST/Inc",
"${workspaceFolder}/src/Core/Inc",
"${workspaceFolder}/src/Drivers/STM32F7xx_HAL_Driver/Inc",
"${workspaceFolder}/src/Drivers/CMSIS/Device/ST/STM32F7xx/Include",
"${workspaceFolder}/src/Drivers/CMSIS/**",
"${workspaceFolder}/src/Middlewares/ST/threadx/common/inc",
"${workspaceFolder}/src/Middlewares/ST/threadx/ports/cortex_m7/gnu/inc",
"${workspaceFolder}/src/SUFST/Inc/CAN",
"${workspaceFolder}/src/Drivers/STM32F7xx_HAL_Driver/Inc",
"${workspaceFolder}/src/Middlewares/SUFST/rtcan/inc",
"${workspaceFolder}/src/SUFST/Inc/Interfaces",
"${workspaceFolder}/src/SUFST/Inc/Functions",
"${workspaceFolder}/src/SUFST/Inc/Services",
"${workspaceFolder}/src/Middlewares/SUFST/can-defs/out"
],
"defines": [
"TX_INCLUDE_USER_DEFINE_FILE",
"USE_HAL_DRIVER",
"STM32F746xx"
],
"cStandard": "gnu11",
"intelliSenseMode": "gcc-arm",
"configurationProvider": "ms-vscode.makefile-tools",
"compilerPath": "/usr/bin/arm-none-eabi-gcc"
},
{
"name": "arm-none-eabi-gcc (Windows)",
"compileCommands": ["${workspaceFolder}/compile_commands.json"],
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/src/Drivers/**"
],
"defines": [
"TX_INCLUDE_USER_DEFINE_FILE",
"USE_HAL_DRIVER",
"STM32F746xx",
"__CC_ARM"
],
"compilerPath": "C:/Program Files (x86)/GNU Arm Embedded Toolchain/10 2021.10/bin/arm-none-eabi-gcc.exe",
"cStandard": "gnu11",
"intelliSenseMode": "gcc-arm",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}