cpu/nrf5x: move periph_gpio features to common cpu level
This commit is contained in:
parent
5e03f58746
commit
220d16dc07
@ -1,3 +1 @@
|
|||||||
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
|
||||||
|
|
||||||
-include $(RIOTCPU)/nrf5x_common/Makefile.features
|
-include $(RIOTCPU)/nrf5x_common/Makefile.features
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
# Put defined MCU peripherals here (in alphabetical order)
|
# Put defined MCU peripherals here (in alphabetical order)
|
||||||
FEATURES_PROVIDED += periph_cpuid
|
FEATURES_PROVIDED += periph_cpuid
|
||||||
FEATURES_PROVIDED += periph_flashpage
|
FEATURES_PROVIDED += periph_flashpage
|
||||||
|
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
||||||
FEATURES_PROVIDED += periph_hwrng
|
FEATURES_PROVIDED += periph_hwrng
|
||||||
|
|
||||||
# Various other features (if any)
|
# Various other features (if any)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user