mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cpu/esp_common: stdio_uart by default if there is no other
This commit is contained in:
parent
67aec8392c
commit
a64461cdad
@ -13,7 +13,11 @@ USEMODULE += periph_hwrng
|
|||||||
USEMODULE += periph_flash
|
USEMODULE += periph_flash
|
||||||
USEMODULE += periph_uart
|
USEMODULE += periph_uart
|
||||||
USEMODULE += random
|
USEMODULE += random
|
||||||
USEMODULE += stdio_uart
|
|
||||||
|
ifeq (,$(filter stdio_% slipdev_stdio,$(USEMODULE)))
|
||||||
|
USEMODULE += stdio_uart
|
||||||
|
endif
|
||||||
|
|
||||||
USEMODULE += xtensa
|
USEMODULE += xtensa
|
||||||
|
|
||||||
# Features used by ESP*
|
# Features used by ESP*
|
||||||
|
Loading…
Reference in New Issue
Block a user