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:
parent
f9e3196a54
commit
b1d2d46ee4
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user