Skip to content

Commit

Permalink
Merge pull request RIOT-OS#12880 from aabadie/pr/cpu/fe310_factorize_…
Browse files Browse the repository at this point in the history
…periph_gpio

cpu/fe310: factorize periph_gpio* provided features
  • Loading branch information
kaspar030 authored Dec 5, 2019
2 parents 6e53e28 + e5d5892 commit 3010a98
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion boards/hifive1/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ CPU = fe310
CPU_MODEL = fe310_g000

# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
#FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_rtt
Expand Down
1 change: 0 additions & 1 deletion boards/hifive1b/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ CPU = fe310
CPU_MODEL = fe310_g002

# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
#FEATURES_PROVIDED += periph_i2c
#FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 1 addition & 0 deletions cpu/fe310/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FEATURES_PROVIDED += arch_32bit
FEATURES_PROVIDED += arch_riscv
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_PROVIDED += periph_pm

0 comments on commit 3010a98

Please sign in to comment.