mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 12:03:52 +01:00
>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>
9 lines
252 B
Makefile
9 lines
252 B
Makefile
CPU = esp32
|
|
CPU_MODEL = esp32
|
|
|
|
# additional features provided by all boards are GPIOs and at least one UART
|
|
FEATURES_PROVIDED += periph_gpio
|
|
FEATURES_PROVIDED += periph_gpio_irq
|
|
FEATURES_PROVIDED += periph_uart
|
|
FEATURES_PROVIDED += periph_uart_modecfg
|