| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-22 | Document workaround for registering exceptions | Ian 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. | |||
| 2025-02-08 | Add imxrt1160 target support | Ian McIntyre | |
| Implemented by following the reference manual, and tested on an MIMXRT1160EVK. The target adopts all of the same limitations as the 1170 target. | |||
| 2022-12-01 | Update to cmrt 0.7.2, and use new features | Ian McIntyre | |
| No need for us to set VTOR and the stack pointer anymore. | |||
| 2022-12-01 | First commit | Ian McIntyre | |
