Our great sponsors
-
book
Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices (by rust-embedded)
If you come from the embedded C community then maybe something like Phil Oppermann's writing an OS in Rust series. There's also the embedded Rust book and the embedded Rust working group github that has a lot of resources.
-
If you're working on the basics, Rust by Example and Rustlings are very helpful.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
I'm trying to build a bare metal game completely from scratch and without third-party crates on a Raspberry Pi, which although not a perfect platform because many things aren't properly documented, is good enough for me since at least when the documentation falters there's always the officially supported Linux kernel to source information from. If I was starting today I'd just be building a kernel though, because I'm not sure I'll be able to complete this project for performance reasons, but I'm still enjoying the challenge of squeezing out as much performance as I can out of the Pi.