mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
1c0bdede8d
It includes per-board support for the nrfutil programmer used with its default bootloader; this is not generalized over Adafruit's boards as they use incompatible versions of nrfutil.
12 lines
318 B
Makefile
12 lines
318 B
Makefile
CPU_MODEL = nrf52840xxaa
|
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_uart
|
|
FEATURES_PROVIDED += periph_usbdev
|
|
|
|
# Various other features (if any)
|
|
FEATURES_PROVIDED += radio_nrf802154
|
|
FEATURES_PROVIDED += bootloader_nrfutil
|
|
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.features
|