1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/nrf52dk/Makefile.features
Hauke Petersen 03153acb1a ble/softdevice: add ble_nordic_softdevice feature
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).
2019-07-04 09:22:46 +02:00

3 lines
118 B
Makefile

include $(RIOTBOARD)/common/nrf52/Makefile.nrf52832.features
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.features