aboutsummaryrefslogtreecommitdiff
path: root/examples/blink-blocking.rs
AgeCommit message (Collapse)Author
2025-02-22Document workaround for registering exceptionsIan McIntyre
Given the way this package abuses cortex-m-rt, it's not immediately obvious how to register a Cortex-M exception handler with the `#[exception]` macro. This commit documents and demonstrates the workaround I use.
2022-12-01First commitIan McIntyre