Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -5/+3 | ||
2018-08-12 | Remove the setting of exceptions from the pre_init example as they are now ↵ | 1 | -15/+1 | ||
defaulted Signed-off-by: Gabriel Smith <ga29smith@gmail.com> | |||||
2018-08-12 | Add example for using the pre_init macro | 1 | -0/+36 | ||
Signed-off-by: Gabriel Smith <ga29smith@gmail.com> |