]> granicus.if.org Git - esp-idf/commit
soc: use _EARLY versions of ESP_LOG
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 15 Oct 2018 06:59:46 +0000 (14:59 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 15 Oct 2018 06:59:46 +0000 (14:59 +0800)
commita20d9287fe22b7b635886a766c7347b6f68dec0a
treeb27b7a494849bc3c0ad14b353c74dc79832c0489
parentab68b9d90d1e1b2f4313ad4f0fafb0dad18c7e25
soc: use _EARLY versions of ESP_LOG

Some logging done in soc component may happen before logging via
stdout is possible. Use _EARLY version of log calls to make sure that
output is visible. The downside is that application does not have a
way to silence these logs. However since the soc component doesn’t
use any LOGV/LOGD/LOGI and only logs warnings and errors, this should
not impact the application.
components/soc/esp32/soc_log.h