add compile_flags (for clangd autocomplte)
parent
55a0442b52
commit
623c2d2f89
@ -0,0 +1,20 @@
|
|||||||
|
-mcpu=cortex-m0plus
|
||||||
|
-mthumb
|
||||||
|
-DUSE_HAL_DRIVER
|
||||||
|
-DSTM32G0B1xx
|
||||||
|
-IInc
|
||||||
|
-IDrivers/STM32G0xx_HAL_Driver/Inc
|
||||||
|
-IDrivers/STM32G0xx_HAL_Driver/Inc/Legacy
|
||||||
|
-IDrivers/CMSIS/Device/ST/STM32G0xx/Include
|
||||||
|
-IDrivers/CMSIS/Include
|
||||||
|
-IDrivers/RTT/Config
|
||||||
|
-IDrivers/RTT/RTT
|
||||||
|
-Og
|
||||||
|
-Wall
|
||||||
|
-fdata-sections
|
||||||
|
-ffunction-sections
|
||||||
|
-g
|
||||||
|
-gdwarf-2
|
||||||
|
-MMD
|
||||||
|
-MP
|
||||||
|
-MFall
|
||||||
Loading…
Reference in New Issue