Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-12 | add note | 1 | -0/+3 | ||
the same note as in https://github.com/rust-embedded/riscv/pull/87 | |||||
2019-10-29 | Make clippy happy, again. | 1 | -4/+0 | ||
2019-07-29 | Update for 2018 edition | 1 | -6/+3 | ||
2018-09-06 | make `iprintln!` not depend on `iprint!` | 1 | -3/+3 | ||
the preferred way to import macros in Rust 2018 is via `use`. If you import `iprintln` and try to use you'll get an error if the `iprint` macro has not been imported as well. This commit makes `iprintln` work w/o having to import `iprint` as well. | |||||
2018-05-11 | stable by default, remove exception module, add SCB.vect_active, .. | 1 | -4/+7 | ||
tweak Exception enum to match CMSIS names, document the parts of the API that require opting into `"inline-asm"`. | |||||
2018-04-26 | make singleton! work on stable | 1 | -15/+4 | ||
2018-04-26 | make compilable on stable | 1 | -1/+5 | ||
2018-01-25 | don't trip the unsafe_code lint | 1 | -4/+41 | ||
2018-01-23 | singleton!: check that calls to unsafe functions require an unsafe block | 1 | -5/+9 | ||
2018-01-23 | initialize singletons at runtime | 1 | -2/+3 | ||
2018-01-15 | address review comments | 1 | -5/+8 | ||
2017-12-23 | safe `&'static mut` references through a runtime checked macro | 1 | -0/+41 | ||
2017-07-04 | remove re-export of cortex-m-semihosting | 1 | -48/+0 | ||
the functionality is not fundamental and can be easily added to a program by directly depending on cortex-m-semihosting | |||||
2017-06-16 | Fix typo in ehprint! macro | 1 | -1/+1 | ||
2017-03-10 | reformat | 1 | -9/+27 | ||
2017-03-08 | add macros for writing to an ITM port | 1 | -0/+25 | ||
2017-02-28 | changes to better integrate with svd2rust | 1 | -0/+29 | ||