esp32s3-usbserial: added usbserial printing

This commit is contained in:
Dima Jolkin
2026-02-15 21:11:41 +02:00
committed by deadprogram
parent d78be5112b
commit d364ac6024
3 changed files with 92 additions and 2 deletions
+4
View File
@@ -4,6 +4,7 @@ package runtime
import (
"device/esp"
"machine"
)
// This is the function called on startup after the flash (IROM/DROM) is
@@ -71,6 +72,9 @@ func main() {
clearbss()
}
// Initialize UART.
machine.InitSerial()
// Initialize main system timer used for time.Now.
initTimer()