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:
5
F0:F030,F042,F072/makefile.f0
Normal file
5
F0:F030,F042,F072/makefile.f0
Normal file
@@ -0,0 +1,5 @@
|
||||
# common include for all F0 series
|
||||
# MCU FAMILY
|
||||
FAMILY ?= F0
|
||||
FP_FLAGS ?= -msoft-float -fsingle-precision-constant -mlittle-endian
|
||||
ASM_FLAGS ?= -mthumb -mcpu=cortex-m0 -march=armv6-m -mtune=cortex-m0
|
||||
Reference in New Issue
Block a user