]> 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)
committerbot <bot@espressif.com>
Tue, 21 May 2019 06:18:28 +0000 (06:18 +0000)
commitbe6f5563b4526b7c949beb8400a66a2fc810341c
tree81d60bfd3903ca08a3a318ffc2935d303cbbde13
parentba51e9fb5c98b98869179dd031f7fd837e0b0746
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