Skip to content

Commit

Permalink
Merge pull request #16787 from maribu/periph/gpio_ng
Browse files Browse the repository at this point in the history
periph/gpio_ll: New Peripheral GPIO API
  • Loading branch information
benpicco authored Apr 22, 2022
2 parents c032e40 + 28791c4 commit a427d63
Show file tree
Hide file tree
Showing 19 changed files with 2,456 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ FEATURES_PROVIDED += cpu_$(CPU)
# Features that are conflicting for all architectures
FEATURES_CONFLICT += picolibc:newlib
FEATURES_CONFLICT_MSG += "Only one standard C library can be used"

FEATURES_CONFLICT += periph_gpio_irq:periph_gpio_ll_irq
FEATURES_CONFLICT_MSG += "Only one GPIO IRQ implementation can be used"
Loading

0 comments on commit a427d63

Please sign in to comment.