TinyGo on Teensy

mathnic

New member
Any opinions and thoughts on running TinyGo on Teensies?
I recently learned about TinyGo and it seems like a fun thing to have a go at:D
 
Greetings all,
If things go to plan, the soon-upcoming tinyGo release 0.14 will have very basic support for the teensy3.6. For details, please see: https://github.com/tinygo-org/tinygo/pull/863
Note that this is a basic, first effort. But once we have the toolchain working and a working, talking-to-an-I/O-pin example, we ought to be able to port support for more teensy3.6 resources (uSD-card, A2D,...) Fingers crossed!
 
Greetings all, tinyGo release 0.14.0 (**with very-basic teensy 3.6 support) has been released and is available from https://tinygo.org/getting-started/ with installation-ready packages ready for Linux, macOS, Windows, and Docker. You can also install TinyGo from source, which is here: https://github.com/tinygo-org/tinygo
Note that the teensy 3.6 support as of this release is only very basic, currently supporting only digital I/O and a serial port. Writing tinygo code for all the 3.6's resources will take some time, but what an awesome combo they should be! There's a slack channel for #tinygo and I'm pretty sure invitations are free for the polite request.
 
Back
Top