]> granicus.if.org Git - esp-idf/commit
fix(global, log): fix `esp_log(_early)_timestamp` readings after startup by correct...
authormichael <xiaoxufeng@espressif.com>
Wed, 13 Sep 2017 09:34:43 +0000 (17:34 +0800)
committermichael <xiaoxufeng@espressif.com>
Tue, 26 Sep 2017 07:18:17 +0000 (15:18 +0800)
commit9d9e77193317c4a401eeec86c719293ca89898a8
treebb1ba34431e61757a542746c38b4d280b3ff45df
parent01aad8f38606df10d4c23d1c2f06737a466c9215
fix(global, log): fix `esp_log(_early)_timestamp` readings after startup by correct the CCOUNT register when switching CPU clock.

TW#13332, Closes #700
components/esp32/clk.c
components/log/log.c
components/soc/esp32/rtc_clk.c