Skip to content

Commit

Permalink
boards/efm32: remove useless provided gpio features
Browse files Browse the repository at this point in the history
    These features are provided at CPU level
  • Loading branch information
aabadie committed Oct 18, 2019
1 parent 174bb3f commit aed0cfb
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion boards/common/slwstk6000b/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ CPU = efm32

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

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

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

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

# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_rtt
Expand Down
1 change: 0 additions & 1 deletion boards/stk3600/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CPU_MODEL = efm32lg990f256
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_dac
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 0 additions & 1 deletion boards/stk3700/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CPU_MODEL = efm32gg990f1024
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_dac
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down

0 comments on commit aed0cfb

Please sign in to comment.