aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/examples/unsafe-exception.rs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-18use panic-halt instead of panic-{abort,semihosting}Gravatar Jorge Aparicio 1-1/+1
the former requires a feature gate; the later pulls in the cortex-m crate
2018-09-06relax checks of the signatures of `entry` and the exceptionsGravatar Jorge Aparicio 1-0/+16