Embedded
Low-level programming with microcontrollers
Some notes from a workshop on bare metal programming with Rust and the Raspberry Pi Pico 2 W.
Date | Title | Description |
---|---|---|
2025-06-03 | Pico 2 as debugprobe | How to use the Raspberry Pi Pico 2 as a hardware debugger. |
2025-06-04 | Introduction to Embassy | Overview of the Embassy framework. |
2025-06-05 | Logging with defmt over RTT | How to use the defmt crate to log messages from a Raspberry Pi Pico 2 W over RTT. |
2025-06-06 | Usage of GDB debugger | How to use the GDB debugger with a Raspberry Pi Pico 2 W. |