mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 03:44:30 +03:00
add new makefile structure to G0 (forgotten before)
This commit is contained in:
5
G0:G070/makefile.g0
Normal file
5
G0:G070/makefile.g0
Normal file
@@ -0,0 +1,5 @@
|
||||
# common include for all F0 series
|
||||
# MCU FAMILY
|
||||
FAMILY ?= G0
|
||||
FP_FLAGS ?= -msoft-float -fsingle-precision-constant -mlittle-endian
|
||||
ASM_FLAGS ?= -mthumb -mcpu=cortex-m0plus -march=armv6-m -mtune=cortex-m0plus
|
||||
Reference in New Issue
Block a user