Skip to content
Snippets Groups Projects
Unverified Commit d9f26dbb authored by Kevin "Bear Puncher" Weiss's avatar Kevin "Bear Puncher" Weiss Committed by GitHub
Browse files

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
parents e4ed9d70 839daf87
No related branches found
No related tags found
No related merge requests found
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_timer
......
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
-include $(RIOTCPU)/nrf5x_common/Makefile.features
# 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment