mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
03153acb1a
The softdevice is only verified to be working on nrf52832-based boards. This feature prevents the softdevice from being build for other, similar targets (e.g. nrf52840-based boards).
6 lines
206 B
Makefile
6 lines
206 B
Makefile
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.nrf52832.features
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.features
|