Rust embedded device driver examples for bluepill, and other boards

Rust example programs for many of my hardware device drivers running on STM32F3 Discovery, STM32F103 "Blue Pill", micro:bit and other boards – GitHub – eldruin/driver-examples: Rust examp… Read more

Similar

Rust heads into the kernel?

Subscribers to LWN.net made this article — and everything that surrounds it — possible. If you appreciate our content, please buy a subscription and make the next set of articles possible. (more…)

Read more »

Prefer Rust to C/C++ for new code

This is a position paper that I originally circulated inside the firmware community at X. I've gotten requests for a public link, so I've cleaned it up and posted it here. This is, obviously, my personal opinion. Please read the whole thing before sending... (more…)

Read more »

A No_std Rust Binary

In Part 11, we spent some time clarifying mechanisms we had previously glossed over: how variables and functions from other ELF objects were accessed at runtime. We saw that doing so “proper” required the cooperation of the compiler, the assembler, the li... (more…)

Read more »

It’s Raining Rust at Red Hat

I know it's been a while since I've put out a post and mostly because I'm trying to learn amazing things and get my hands dirty, trying to build solutions that actually make sense. One such pet-project has been Rust, probably the fastest growing systems l... (more…)

Read more »