mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add structured Makefile
This commit is contained in:
7
F1:F103/makefile.f1
Normal file
7
F1:F103/makefile.f1
Normal file
@@ -0,0 +1,7 @@
|
||||
# common include for all F3 series
|
||||
# MCU FAMILY
|
||||
FAMILY ?= F1
|
||||
|
||||
FP_FLAGS ?= -msoft-float -fsingle-precision-constant -mlittle-endian
|
||||
ASM_FLAGS ?= -mthumb -mcpu=cortex-m3 -mfix-cortex-m3-ldrd
|
||||
|
||||
Reference in New Issue
Block a user