Skip to content

Commit

Permalink
nrf52: include riotboot feature when possible
Browse files Browse the repository at this point in the history
The riotboot feature is not compatible with the nordic_softdevice_ble
package at the moment
  • Loading branch information
bergzand committed Mar 14, 2019
1 parent 0f4e51d commit 005710e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/common/nrf52/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_timer
ifeq (,$(filter nordic_softdevice_ble,$(USEPKG)))
FEATURES_PROVIDED += riotboot
endif

# Various other features (if any)
FEATURES_PROVIDED += radio_ble
Expand Down

0 comments on commit 005710e

Please sign in to comment.