-
Notifications
You must be signed in to change notification settings - Fork 1
/
compile_flags.txt
64 lines (64 loc) · 2.11 KB
/
compile_flags.txt
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
# clangd configuration file (for use with for example the clangd vscode extension)
--target=arm-none-eabi
-I/usr/include/newlib
-mcpu=cortex-m7
-fomit-frame-pointer
-falign-functions=16
-ffunction-sections
-fdata-sections
-fno-common
-flto
-Wall
-Wextra
-Wundef
-DCORTEX_USE_FPU=FALSE
-I.
-I./ChibiOS/os/license
-I./ChibiOS/os/common/portability/GCC
-I./ChibiOS/os/common/startup/ARMCMx/compilers/GCC
-I./ChibiOS/os/common/startup/ARMCMx/devices/STM32H7xx
-I./ChibiOS/os/common/ext/ARM/CMSIS/Core/Include
-I./ChibiOS/os/common/ext/ST/STM32H7xx
-I./ChibiOS/os/hal/include
-I./ChibiOS-Contrib/os/hal/include
-I./ChibiOS/os/hal/ports/common/ARMCMx
-I./ChibiOS/os/hal/ports/STM32/STM32H7xx
-I./ChibiOS/os/hal/ports/STM32/LLD/ADCv4
-I./ChibiOS/os/hal/ports/STM32/LLD/BDMAv1
-I./ChibiOS/os/hal/ports/STM32/LLD/CRYPv1
-I./ChibiOS/os/hal/ports/STM32/LLD/DACv1
-I./ChibiOS/os/hal/ports/STM32/LLD/DMAv2
-I./ChibiOS/os/hal/ports/STM32/LLD/EXTIv1
-I./ChibiOS/os/hal/ports/STM32/LLD/FDCANv1
-I./ChibiOS/os/hal/ports/STM32/LLD/GPIOv2
-I./ChibiOS/os/hal/ports/STM32/LLD/I2Cv3
-I./ChibiOS/os/hal/ports/STM32/LLD/MDMAv1
-I./ChibiOS/os/hal/ports/STM32/LLD/OTGv1
-I./ChibiOS/os/hal/ports/STM32/LLD/QUADSPIv2
-I./ChibiOS/os/hal/ports/STM32/LLD/SDMMCv2
-I./ChibiOS/os/hal/ports/STM32/LLD/SPIv3
-I./ChibiOS/os/hal/ports/STM32/LLD/RNGv1
-I./ChibiOS/os/hal/ports/STM32/LLD/RTCv2
-I./ChibiOS/os/hal/ports/STM32/LLD/TIMv1
-I./ChibiOS/os/hal/ports/STM32/LLD/USARTv2
-I./ChibiOS/os/hal/ports/STM32/LLD/xWDGv1
-I./ChibiOS-Contrib/os/hal/ports/STM32/LLD/CRCv1
-I./ChibiOS-Contrib/os/hal/ports/STM32/LLD/DMA2Dv1
-I./ChibiOS-Contrib/os/hal/ports/STM32/LLD/FSMCv1
-I./ChibiOS-Contrib/os/hal/ports/STM32/LLD/TIMv1
-I./ChibiOS-Contrib/os/hal/ports/STM32/LLD/LTDCv1
-I./ChibiOS-Contrib/os/hal/ports/STM32/LLD/USBHv1
-Iboard/strisoboard_v2
-I./ChibiOS/os/hal/osal/rt-nil
-I./ChibiOS/os/rt/include
-I./ChibiOS/os/oslib/include
-I./ChibiOS/os/common/ports/ARMCMx
-I./ChibiOS/os/common/ports/ARMCMx/compilers/GCC
-I./ChibiOS/os/hal/lib/streams
-I./cfg/strisoboard_v2
-I./ChibiOS-Contrib/os/various
# include ch.h and hal.h by default to fix checking ChibiOS header files
-include
ch.h
-include
hal.h