boards/common/esp32: move ESP features to cpu/esp_common

>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 <jeandudey@hotmail.com>
Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
This commit is contained in:
Jean Pierre Dudey 2020-07-02 08:27:04 -05:00 committed by Leandro Lanzieri
parent db5070c772
commit 3003cf737a
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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 += periph_cpuid
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_pm