Skip to content

Commit

Permalink
boards/nrf52832: manage features in common directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Oct 2, 2019
1 parent a2308b6 commit 5c9e5ec
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion boards/acd52832/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_uart

include $(RIOTBOARD)/common/nrf52/nrf52832/Makefile.features
include $(RIOTBOARD)/common/nrf52/Makefile.features
5 changes: 5 additions & 0 deletions boards/common/nrf52/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ endif

# Various other features (if any)
FEATURES_PROVIDED += ble_nimble

ifneq (,$(findstring nrf52832, $(CPU_MODEL)))
# Nordic SoftDevice support in RIOT is verified for all nrf52832-based boards
FEATURES_PROVIDED += ble_nordic_softdevice
endif
2 changes: 0 additions & 2 deletions boards/common/nrf52/nrf52832/Makefile.features

This file was deleted.

1 change: 0 additions & 1 deletion boards/nrf52832-mdk/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ CPU_MODEL = nrf52832xxaa
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_uart

include $(RIOTBOARD)/common/nrf52/nrf52832/Makefile.features
include $(RIOTBOARD)/common/nrf52/Makefile.features
1 change: 0 additions & 1 deletion boards/nrf52dk/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CPU_MODEL = nrf52832xxaa

include $(RIOTBOARD)/common/nrf52/nrf52832/Makefile.features
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.features
1 change: 0 additions & 1 deletion boards/ruuvitag/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ CPU_MODEL = nrf52832xxaa
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_uart

include $(RIOTBOARD)/common/nrf52/nrf52832/Makefile.features
include $(RIOTBOARD)/common/nrf52/Makefile.features
1 change: 0 additions & 1 deletion boards/thingy52/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ CPU_MODEL = nrf52832xxaa
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_uart

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

0 comments on commit 5c9e5ec

Please sign in to comment.