057f3b0020
And move the setting to the samd-generic files, now that both samd21 and samd51 support it. Signed-off-by: robert-hh <robert@hammelrath.com>
15 lines
310 B
Makefile
15 lines
310 B
Makefile
CFLAGS_MCU += -mtune=cortex-m4 -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard
|
|
|
|
MPY_CROSS_MCU_ARCH = armv7m
|
|
|
|
MICROPY_HW_CODESIZE ?= 368K
|
|
|
|
MICROPY_VFS_LFS2 ?= 1
|
|
MICROPY_VFS_FAT ?= 1
|
|
FROZEN_MANIFEST ?= mcu/$(MCU_SERIES_LOWER)/manifest.py
|
|
|
|
SRC_S += shared/runtime/gchelper_thumb2.s
|
|
|
|
SRC_C += \
|
|
fatfs_port.c \
|