]> granicus.if.org Git - esp-idf/commit
esp32: Add reset uart
authorKonstantin Kondrashov <konstantin@espressif.com>
Fri, 17 May 2019 04:33:45 +0000 (12:33 +0800)
committerKonstantinKondrashov <konstantin@espressif.com>
Tue, 4 Jun 2019 12:17:21 +0000 (20:17 +0800)
commitea48d2802cc1e94d9a57cd5c62dc5bb7e66a503a
tree7165bb182c17115ed3d00522142e5094dcf3f62c
parent3e666077f0487a042d3313ac471211488bbc3745
esp32: Add reset uart

Fixed the case when the first part of log was missed
this was happened when:
 * CONFIG_CONSOLE_UART_CUSTOM option is selected (UART1)
 * The selected CONSOLE_UART port is used also for the console component
 * in code esp_restart() or abort() functions were called.
components/bootloader_support/src/bootloader_init.c
components/esp32/system_api.c