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
121 B
Makefile
3 lines
121 B
Makefile
# Nordic SoftDevice support in RIOT is verified for all nrf52832-based boards
|
|
FEATURES_PROVIDED += ble_nordic_softdevice
|