aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/examples/pre_init.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18use panic-halt instead of panic-{abort,semihosting}Gravatar Jorge Aparicio 1-1/+1
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 de...Gravatar Gabriel Smith 1-15/+1
2018-08-12Add example for using the pre_init macroGravatar Gabriel Smith 1-0/+36