cpu/esp32: enable esp_log_startup on LOG_LEVL=4

This commit is contained in:
Gunar Schorcht 2019-11-28 18:03:43 +01:00
parent 91496b3cba
commit eb73358284

View File

@ -70,6 +70,10 @@ ifneq (,$(filter littlefs,$(USEMODULE)))
export RIOT_TEST_TIMEOUT = 300
endif
ifneq (,$(filter 4 5,$(LOG_LEVEL)))
USEMODULE += esp_log_startup
endif
# ESP32 pseudomodules
PSEUDOMODULES += esp_eth_hw
PSEUDOMODULES += esp_gdb