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).
3 lines
118 B
Makefile
3 lines
118 B
Makefile
include $(RIOTBOARD)/common/nrf52/Makefile.nrf52832.features
|
|
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.features
|