1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

boards/esp32: common periph features moved to cpu/esp_common

This commit is contained in:
Gunar Schorcht 2021-12-23 10:33:35 +01:00
parent f9e3196a54
commit b1d2d46ee4
2 changed files with 1 additions and 7 deletions

View File

@ -6,10 +6,7 @@
config BOARD_COMMON_ESP32
bool
select HAS_PERIPH_GPIO
select HAS_PERIPH_GPIO_IRQ
select HAS_PERIPH_UART
select HAS_PERIPH_UART_MODECFG
select HAVE_SAUL_GPIO

View File

@ -1,7 +1,4 @@
CPU = esp32
# additional features provided by all boards are GPIOs and at least one UART
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_gpio_irq
# additional features provided by all boards is at least one UART
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_uart_modecfg