add structured Makefile

This commit is contained in:
Edward Emelianov
2023-01-18 23:36:26 +03:00
parent 7f9057b65c
commit da59c941ec
29 changed files with 1325 additions and 1424 deletions

7
F1:F103/makefile.f1 Normal file
View 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