55d4321c3e
Enable LittleFS v2 for all targets, except nrf51 targets when SoftDevice is present.
10 lines
180 B
Makefile
10 lines
180 B
Makefile
MCU_SERIES = m4
|
|
MCU_VARIANT = nrf52
|
|
MCU_SUB_VARIANT = nrf52840
|
|
SOFTDEV_VERSION = 6.1.1
|
|
LD_FILES += boards/nrf52840_1M_256k.ld
|
|
|
|
NRF_DEFINES += -DNRF52840_XXAA
|
|
|
|
MICROPY_VFS_LFS2 = 1
|