55d4321c3e
Enable LittleFS v2 for all targets, except nrf51 targets when SoftDevice is present.
11 lines
212 B
Makefile
11 lines
212 B
Makefile
MCU_SERIES = m4
|
|
MCU_VARIANT = nrf52
|
|
MCU_SUB_VARIANT = nrf52832
|
|
SOFTDEV_VERSION = 6.1.1
|
|
LD_FILES += boards/nrf52832_512k_64k.ld
|
|
|
|
NRF_DEFINES += -DNRF52832_XXAA
|
|
CFLAGS += -DBLUETOOTH_LFCLK_RC
|
|
|
|
MICROPY_VFS_LFS2 = 1
|