Embedded
I know there are folks in our community already making drones, stepper drivers, robots, and more so well have plenty to talk about.
What is embedded via @craigjb
Rust vs C. svd2rust from registers to structs.
- https://github.com/rust-embedded/svd2rust
The Rust embedded ecosystem via @jacobrosenthal
PACs, HALs, BSPs. A bare minimum example.
- https://github.com/rust-embedded/cortex-m-quickstart
- https://github.com/jacobrosenthal/workshop-iot-devfest/blob/master/readme.md
- http://blog.japaric.io/brave-new-io/
- https://doc.rust-lang.org/book
- https://docs.rust-embedded.org/book/start/registers.html
- https://docs.rust-embedded.org/embedonomicon/main.html
RTFM via @nraynaud
A concurrency framework for building real time systems
Debugging in Rust via @JoshMcguigan
Debugging in constrained systems without gdb, bit banging the serial protocol, data integrity over line protocols.