You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
212 B
10 lines
212 B
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
|
|
|