1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/nrf5x: move periph_gpio features to common cpu level

This commit is contained in:
Alexandre Abadie 2018-12-18 21:32:46 +01:00
parent 5e03f58746
commit 220d16dc07
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1 @@
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
-include $(RIOTCPU)/nrf5x_common/Makefile.features

View File

@ -1,6 +1,7 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_PROVIDED += periph_hwrng
# Various other features (if any)