Skip to content
Commit dd5e47a4 authored by Angus Gratton's avatar Angus Gratton Committed by Gregory Nutt
Browse files

ESP32 core v2: Two changes (1) flushes the UART TX buffer in the esp32 serial...

ESP32 core v2: Two changes (1) flushes the UART TX buffer in the esp32 serial shutdown routine. The ROM bootloader does not flush the FIFO before handing over to user code, so some of this output is not currently seen when the UART is reconfigured in early stages of startup.  And changes the openocd config file's default flash voltage from 1.8V to 3.3V. This is not necessary right now, but may save some hard-to-debug moments down the track (3.3V-only flash running at 1.8V often half-works and does weird things...)
parent f063e4c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment