Talking to Microcontrollers with Postcard-RPC
September 11, 2024It should be easy to talk to all of your small computer friends
A conceptual introduction to structured communication protocols, and the design decisions behind the postcard-rpc crate
It should be easy to talk to all of your small computer friends
A conceptual introduction to structured communication protocols, and the design decisions behind the postcard-rpc crate
The only thing more evil than one singleton is multiple singletons
An overview of Thread Local Variables, and the challenges they pose for experimental dynamic linking support
Shoveling bytes so you don't have to
An introduction to DMA, including what it is commonly used for, and a model of how to think about what the hardware does
Faster 👏 builds 👏 now
An experience report of attempting and MOSTLY succeeding in using the Cranelift backend for real MacOS applications
Presentation unavailable
How far is too far?
A dive into abstracting unusual behavior differences using generics to manage different storage and async usage styles