Add compile_flags.txt for clangd
This commit is contained in:
parent
7fb04fa792
commit
128deaee57
9
compile_flags.txt
Normal file
9
compile_flags.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
--std=c99
|
||||
-Isrc
|
||||
-Ithird_party/core
|
||||
-Ithird_party/device
|
||||
-DSTM32F103xB
|
||||
-D_DEFAULT_SOURCE
|
||||
-Wall
|
||||
-Wextra
|
||||
--target=arm-none-eabi
|
Loading…
Reference in a new issue