mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 18:55:13 +03:00
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# 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
|
|
|