mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-08-13 19:49:24 +03:00
add G431-blink
This commit is contained in:
5
G4:G431/makefile.g4
Normal file
5
G4:G431/makefile.g4
Normal file
@@ -0,0 +1,5 @@
|
||||
# common include for all F0 series
|
||||
# MCU FAMILY
|
||||
FAMILY ?= G4
|
||||
FP_FLAGS ?= -mfpu=fpv4-sp-d16 -mfloat-abi=hard -fsingle-precision-constant -mlittle-endian
|
||||
ASM_FLAGS ?= -mthumb -mcpu=cortex-m4 -march=armv7e-m -mtune=cortex-m4
|
||||
Reference in New Issue
Block a user