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.
8 lines
149 B
Makefile
8 lines
149 B
Makefile
MCU_SERIES = m4
|
|
MCU_VARIANT = nrf52
|
|
MCU_SUB_VARIANT = nrf52832
|
|
LD_FILE = boards/nrf52832_512k_64k.ld
|
|
FLASHER = pyocd
|
|
|
|
NRF_DEFINES += -DNRF52832_XXAA
|