-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobot.code-workspace
More file actions
84 lines (84 loc) · 1.64 KB
/
Copy pathrobot.code-workspace
File metadata and controls
84 lines (84 loc) · 1.64 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
{
"folders": [
{
"name": "Workspace",
"path": "0_Workspace"
},
{
"name": "3_MCLM_t2",
"path": "3_MotorControl_LowMachine/lin_cmake/3_MCLM_t2"
},
{
"name": "ChassisController_t1",
"path": "5_Tec_USART/5_ChassisController_t1"
},
{
"name": "MPU6050",
"path": "6_Mpu6050"
},
{
"name": "BMP280",
"path": "6_BMP280"
},
{
"name": "AK09911C",
"path": "6_AK09911C"
},
{
"name": "VL53L0",
"path": "6_VL53L0"
},
{
"name": "MT6701",
"path": "6_MT6701"
},
{
"name": "LED",
"path": "6_LED_PC13_"
},
{
"name": "项目文档",
"path": "doc"
},
{
"path": "vofa"
},
{
"path": "6_MT6701/6_mt6701_spi"
},
{
"path": "3_SteeringArm_t1"
},
{
"path": "RC_dog"
},
{
"path": "../../../../../Lin_workspace"
},
{
"path": "../../../../../1_Robocon2026_plan"
},
{
"path": "../../../../../Lin_workspace/260612目前"
},
{
"path": "5_Tec_USART/5_UartNRF24l01_t1"
},
{
"path": "3_Diacifa_t1"
}
],
"settings": {
"editor.fontSize": 14,
"files.associations": {
"*.ioc": "xml"
},
"C_Cpp.default.compilerPath": "/usr/bin/arm-none-eabi-gcc",
"stm32cube-ide-clangd.path": "cube",
"stm32cube-ide-clangd.arguments": [
"starm-clangd",
"--query-driver=${env:CUBE_BUNDLE_PATH}/gnu-tools-for-stm32/14.3.1+st.2/bin/arm-none-eabi-gcc*",
"--query-driver=${env:CUBE_BUNDLE_PATH}/gnu-tools-for-stm32/14.3.1+st.2/bin/arm-none-eabi-g++*"
]
}
}