tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
14.71k stars 858 forks source link

ESP32-S3 #3442

Open denysvitali opened 1 year ago

denysvitali commented 1 year ago

Add support for ESP32-S3.

This SOC might require a similar port as with the ESP32-S2 (#3073).

aokhrimenko commented 10 months ago

any news? I wanted to try Tinygo with my ESP32-S3, and looks like there is still no support for it :(

denysvitali commented 9 months ago

I've implemented partial support now. Unfortunately I didn't get it to print anything to UART or blink any LED / trigger any GPIO.

The resulting binary doesn't crash, which is a good start I guess.