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>
8 lines
158 B
Makefile
8 lines
158 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
|