Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-04 | c-m-rt: mark Vector as repr(C) | 1 | -0/+1 | ||
2021-03-02 | Fix examples build for nightly | 1 | -0/+1 | ||
2018-09-18 | use panic-halt instead of panic-{abort,semihosting} | 1 | -1/+1 | ||
the former requires a feature gate; the later pulls in the cortex-m crate | |||||
2018-08-31 | turn macros into attributes | 1 | -3/+2 | ||
2018-08-11 | v0.5.2 | 1 | -15/+1 | ||
2018-05-11 | add CI, add device specific check of the vector table size, .. | 1 | -0/+50 | ||
- document the `main` symbol as an alternative to `entry!` - document `ResetTrampoline` - fix: `PendSV` is available on ARMv6-M - document that `entry!` and `exception!` must be called from accessible modules. - add a deny lint to `entry!` and `exception!` to prevent them from being invoked from inaccessible modules. |