8c0bbb983b
* nrf: Adding Arduino Primo board support * nrf: Adding arduino_primo to target boards table in readme.md * nrf/boards: Activating pyb.LED module for arduino_primo board. * nrf/boards: Removing define not needed for arduino_primo Updating arduino_primo board mpconfigboard.h. Removing a define that was wrongly named. Instead of renaming it, it was removed as it was never used.
10 lines
196 B
Makefile
10 lines
196 B
Makefile
MCU_SERIES = m4
|
|
MCU_VARIANT = nrf52
|
|
MCU_SUB_VARIANT = nrf52832
|
|
SOFTDEV_VERSION = 3.0.0
|
|
FLASHER=pyocd
|
|
|
|
LD_FILE = boards/nrf52832_512k_64k_s132_$(SOFTDEV_VERSION).ld
|
|
|
|
NRF_DEFINES += -DNRF52832_XXAA
|