1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #10636 from aabadie/pr/cpu/nrf5x_gpio_common

cpu/nrf5x: move periph_gpio/periph_gpio_irq at an even more common level
This commit is contained in:
Kevin "Bear Puncher" Weiss 2019-01-03 11:37:48 +01:00 committed by GitHub
commit d9f26dbbe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_timer

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)