f007d0aa3d
This is to match all the other ports. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
11 lines
196 B
Makefile
11 lines
196 B
Makefile
MCU_SERIES = m4
|
|
MCU_VARIANT = nrf52
|
|
MCU_SUB_VARIANT = nrf52832
|
|
SOFTDEV_VERSION = 6.1.1
|
|
LD_FILES += boards/nrf52832_512k_64k.ld
|
|
FLASHER = idap
|
|
|
|
NRF_DEFINES += -DNRF52832_XXAA
|
|
|
|
MICROPY_VFS_LFS2 = 1
|