-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster-firmware.sublime-project
63 lines (63 loc) · 1.46 KB
/
master-firmware.sublime-project
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
{
"SublimeLinter":
{
"linters":
{
"clang":
{
"extra_flags": "",
"include_dirs":
[
"ChibiOS/os/hal/include",
"ChibiOS/os/hal/ports/common/ARMCMx",
"ChibiOS/os/hal/ports/STM32/STM32F4xx",
"ChibiOS/os/hal/ports/STM32/LLD",
"ChibiOS/os/hal/ports/STM32/LLD/DACv1",
"ChibiOS/os/hal/ports/STM32/LLD/GPIOv2",
"ChibiOS/os/hal/ports/STM32/LLD/I2Cv1",
"ChibiOS/os/hal/ports/STM32/LLD/OTGv1",
"ChibiOS/os/hal/ports/STM32/LLD/RTCv2",
"ChibiOS/os/hal/ports/STM32/LLD/SPIv1",
"ChibiOS/os/hal/ports/STM32/LLD/TIMv1",
"ChibiOS/os/hal/ports/STM32/LLD/USARTv1",
"ChibiOS/os/hal/ports/STM32/LLD/FSMCv1",
"ChibiOS/os/hal/osal/rt",
"ChibiOS/os/rt/include",
"ChibiOS/os/ext/CMSIS/include",
"ChibiOS/os/ext/CMSIS/ST",
"ChibiOS/os/common/ports/ARMCMx/devices/STM32F4xx",
"ChibiOS/os/rt/ports/ARMCMx",
"ChibiOS/os/rt/ports/ARMCMx/compilers/GCC",
"ChibiOS/test/rt",
"ChibiOS/os/various",
"ChibiOS/os/hal/lib/streams",
"./src",
"./src/board",
"./src/can-driver/include/",
"./uavcan/libuavcan/include/",
"./dsdlc_generated/"
]
}
}
},
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "python -u \"$file\""
}
],
"folders":
[
{
"file_exclude_patterns":
[
".tags*"
],
"follow_symlinks": true,
"path": "."
}
]
}