aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/examples/pre_init.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-08-31turn macros into attributesGravatar Jorge Aparicio 1-5/+3
2018-08-12Remove the setting of exceptions from the pre_init example as they are now ↵Gravatar Gabriel Smith 1-15/+1
defaulted Signed-off-by: Gabriel Smith <ga29smith@gmail.com>
2018-08-12Add example for using the pre_init macroGravatar Gabriel Smith 1-0/+36
Signed-off-by: Gabriel Smith <ga29smith@gmail.com>