mirror of
https://github.com/apache/nuttx.git
synced 2025-12-14 07:25:51 +08:00
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:
committed by
Alan Carvalho de Assis
parent
3c30c8b90b
commit
0926e7c578
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user