Hosted a live stream on Twitch
Published a YouTube video
Used Rust
+1
Live streamed a special episode of Advent of Code in Rust where we managed to run Rust on a Raspberry PICO:


Advent of code in Rust SPECIAL - solving day 6/2021 on a RASPBERRY PICO (Twitch Live 2022-02-21)



https://www.youtube.com/watch?v=8FkHVZIlbNM

In this SPECIAL episode, we decided to try something new and try to see how to run Rust on BARE METAL (which in our case is a Raspberry PICO)!

Roberto, did a lot of prep work and managed to run our previous solution (y2021, day 06: https://www.youtube.com/watch?v=k2ESI...).

In this episode we learn:

How to setup the environment and run a simple "hello world"
How to import our previous solution as a library
How to run the code
How to debug code running on the PICO using GDB
How to get output from the PICO using a serial terminal

Let us know if you like this special format and you want to see more Rust on BARE METAL!

If you have any suggestion regarding the code or our solutions, we'd love to hear it, so please leave a comment or a create a PR!

For all the source code check out the official GitHub repo: https://github.com/lmammino/rust-advent

For seeing the next episodes live check out our Twitch channel: https://twitch.tv/loige