1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/esp_common: stdio_uart by default if there is no other

This commit is contained in:
Leandro Lanzieri 2020-08-14 10:36:16 +02:00
parent 67aec8392c
commit a64461cdad
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

View File

@ -13,7 +13,11 @@ USEMODULE += periph_hwrng
USEMODULE += periph_flash
USEMODULE += periph_uart
USEMODULE += random
USEMODULE += stdio_uart
ifeq (,$(filter stdio_% slipdev_stdio,$(USEMODULE)))
USEMODULE += stdio_uart
endif
USEMODULE += xtensa
# Features used by ESP*