Skip to content

Commit

Permalink
boards/common/esp32: move ESP features to cpu/esp_common
Browse files Browse the repository at this point in the history
>All of them are features of each ESP SoC and have not to be configured by the
board definition.

Signed-off-by: Jean Pierre Dudey <[email protected]>
Co-authored-by: Gunar Schorcht <[email protected]>
  • Loading branch information
jeandudey and gschorcht committed Jul 2, 2020
1 parent 13a1d0c commit e74e062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions boards/common/esp32/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_gpio_irq
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_uart_modecfg

# other features provided by all boards
FEATURES_PROVIDED += esp_spiffs
FEATURES_PROVIDED += esp_wifi
FEATURES_PROVIDED += esp_now
3 changes: 3 additions & 0 deletions cpu/esp_common/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
FEATURES_PROVIDED += arch_32bit
FEATURES_PROVIDED += arch_esp
FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += esp_now
FEATURES_PROVIDED += esp_spiffs
FEATURES_PROVIDED += esp_wifi
FEATURES_PROVIDED += esp_wifi_ap
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_hwrng
Expand Down

0 comments on commit e74e062

Please sign in to comment.