Merge commit 'e067fcbe30' as 'stm32f103c8t6-bootloader'
This commit is contained in:
commit
3ca6ea3e9e
34 changed files with 15445 additions and 0 deletions
9
stm32f103c8t6-bootloader/compile_flags.txt
Normal file
9
stm32f103c8t6-bootloader/compile_flags.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
--std=c99
|
||||
-Isrc
|
||||
-Ithird_party/core
|
||||
-Ithird_party/device
|
||||
-DSTM32F103x6
|
||||
-D_DEFAULT_SOURCE
|
||||
-Wall
|
||||
-Wextra
|
||||
--target=arm-none-eabi
|
||||
Loading…
Add table
Add a link
Reference in a new issue