risc-v/esp32-c3: Fixes gargabe UART issue, refactors serial driver, changes default pins of UART 1 and fixes low baud rate issue.

This commit is contained in:
Sara Souza
2021-03-29 13:14:43 -03:00
committed by Alan Carvalho de Assis
parent 3c30c8b90b
commit 0926e7c578
5 changed files with 143 additions and 120 deletions

View File

@@ -75,6 +75,12 @@ void __esp32c3_start(void)
esp32c3_lowsetup();
#ifdef USE_EARLYSERIALINIT
/* Perform early serial initialization */
riscv_earlyserialinit();
#endif
showprogress('A');
/* Clear .bss. We'll do this inline (vs. calling memset) just to be