mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
7 lines
180 B
Makefile
7 lines
180 B
Makefile
CPU_MODEL = nrf52840xxaa
|
|
|
|
# the board initialization requires low level GPIO configuration
|
|
FEATURES_REQUIRED += periph_gpio_ll
|
|
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.features
|