Skip to content

Commit

Permalink
Merge pull request #7964 from haukepetersen/fix_nucleo_features
Browse files Browse the repository at this point in the history
boards/nucleo: removed duplicate features
  • Loading branch information
aabadie authored Nov 8, 2017
2 parents 16681ab + 0536ac1 commit 847c4da
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 42 deletions.
2 changes: 0 additions & 2 deletions boards/nucleo-f030/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo-f070/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo-f072/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo-f091/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo-f103/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_spi
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo-f302/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo-f303/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo-f334/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo-f401/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo-f446/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo-l053/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_spi
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo-l073/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo-l152/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_dac
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_i2c
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo-l476/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_rtt
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo144-f207/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo144-f303/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo144-f412/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo144-f413/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo144-f429/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo144-f446/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo144-f722/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo144-f746/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
Expand Down
2 changes: 0 additions & 2 deletions boards/nucleo144-f767/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo32-f031/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo32-f042/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo32-f303/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo32-l031/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo32-l432/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
Expand Down

0 comments on commit 847c4da

Please # to comment.