From a64461cdad287ed69f87572e6025ab94a5ca7106 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Fri, 14 Aug 2020 10:36:16 +0200 Subject: [PATCH] cpu/esp_common: stdio_uart by default if there is no other --- cpu/esp_common/Makefile.dep | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpu/esp_common/Makefile.dep b/cpu/esp_common/Makefile.dep index d307a61a85..166114e185 100644 --- a/cpu/esp_common/Makefile.dep +++ b/cpu/esp_common/Makefile.dep @@ -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*