Overview of the Advanced Workshop
mainThe Advanced Workshop focuses on low-level embedded Rust development, specifically targeting hardware-proximate I/O. Unlike high-level abstraction training, this workshop covers manual configuration of hardware components, direct register manipulation, and navigating ownership and memory safety challenges in an embedded context.
Key learning objectives include:
- Manual pin configuration.
- Direct register access and register discovery.
- Handling button interrupts.
- Reading sensor values via the I²C bus.
- Developing custom hardware drivers.