cfaa9a4997
They are used by both SAMD21 and SAMD51. Signed-off-by: robert-hh <robert@hammelrath.com>
10 lines
192 B
Makefile
10 lines
192 B
Makefile
CFLAGS_MCU += -mtune=cortex-m0plus -mcpu=cortex-m0plus -msoft-float
|
|
|
|
MPY_CROSS_MCU_ARCH = armv6m
|
|
|
|
MICROPY_HW_CODESIZE ?= 184K
|
|
|
|
MICROPY_VFS_LFS1 ?= 1
|
|
|
|
SRC_S += shared/runtime/gchelper_thumb1.s
|