In this blog entry following the Call for Rust 2021 Roadmap items, I
shall layout my vision for giving Rust the ability to create debuggable
binaries which will also fit in the flash of a microcontroller.
In this blog entry following the Call for Rust 2021 Roadmap items, I
shall layout my vision for giving Rust the ability to use arbitrarily sized
integer primitives.
In this blog post we'll have a look at error handling in Rust embedded
scenarios. How does this work at the moment, what are the user expectations
and what can we do to make error handling future proof?
In this blog entry I will explore a new excellent and cheap embedded hardware
board I came across in the context of embedded Rust. This is done in the hope
that people will jump on it and drop the crapadelic boards known as "BluePill"
like a hot potato.
In this blog entry I will explain a bit what interrupts are and they work in
embedded systems and compare various interrupt implementation and sharing
methods in Rust.
Update 2020-03-06: @jamesmunns has provided a new version of cmim which
allows to use the SysTick exception and an adaption of the example for it so
I updated this post accordingly.