Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-01-26 | c-m-rt: fix macro hygiene, set to edition 2018 | 1 | -2/+2 | |
2022-01-26 | Fix #414 | 1 | -1/+1 | |
2022-01-23 | Bump MSRV from 1.40 to 1.42, fix clippy::match_like_matches_macro | 1 | -8/+2 | |
2022-01-23 | Fix most clippy lints | 1 | -3/+3 | |
2022-01-12 | Update GHA for integrated cortex-m-rt | 1 | -1/+1 | |
2021-07-12 | Prepare for v0.7.0 | 1 | -1/+1 | |
2021-02-25 | Read all bits from ICSR register | 1 | -1/+1 | |
2021-02-25 | Use volatile read for ICSR register | 1 | -1/+1 | |
2021-01-27 | Only emit link_section for cortex-m. | 1 | -2/+4 | |
2021-01-26 | Check presence of exceptions | 1 | -5/+21 | |
2021-01-26 | fix .HardFault.user section name for macos | 1 | -1/+2 | |
2020-08-23 | Make it unsafe to define NMI handlers | 1 | -12/+30 | |
2020-05-19 | Get rid of #[deny(warnings)] | 1 | -2/+0 | |
2020-02-06 | Fix doctests and run them in CI | 2 | -264/+0 | |
2020-02-06 | Update macros repo link | 1 | -1/+1 | |
2020-02-05 | Change macros crate to same version as cortex-m-rt, with strict version depen... | 1 | -1/+1 | |
2020-01-26 | `#[allow(missing_docs)]` on `#[pre_init]` hooks | 1 | -0/+1 | |
2020-01-16 | Updated to not need blacklist | 1 | -28/+14 | |
2020-01-16 | Even better error messages | 1 | -23/+49 | |
2020-01-16 | Better error message | 1 | -1/+1 | |
2020-01-16 | Better error message on multiple attributes | 1 | -0/+14 | |
2020-01-07 | Reduced number of whitelist checks | 1 | -12/+5 | |
2020-01-07 | Updated per comments | 1 | -25/+18 | |
2019-12-29 | Fixed logic error | 1 | -5/+12 | |
2019-12-29 | Changed to whitelist | 1 | -4/+4 | |
2019-12-29 | Added blacklisted attributes | 1 | -0/+64 | |
2019-12-28 | Added missing hidden doc | 1 | -0/+4 | |
2019-12-28 | Hide trampolines from docs | 1 | -0/+1 | |
2019-12-10 | Remove 'extern crate cortex_m_rt' from macros | 1 | -6/+2 | |
2019-12-04 | cortex-m-rt-macros 0.1.7 | 1 | -1/+1 | |
2019-11-26 | Inline attr. macro docs and fix links | 1 | -0/+4 | |
2019-11-21 | Remove unnecessary dependency on rand | 1 | -5/+0 | |
2019-11-21 | Re-allow `&'static mut` resources for `#[entry]` | 1 | -2/+7 | |
2019-11-21 | Generate trampolines instead of randomizing idents | 1 | -147/+138 | |
2019-11-01 | Merge #210 | 2 | -15/+8 | |
2019-11-01 | Bump rand dependency to 0.7 | 1 | -1/+2 | |
2019-11-01 | Edition-2018ify crate | 2 | -15/+8 | |
2019-11-01 | Bump cortex-m-rt-macro version to 0.1.6 for release | 1 | -2/+2 | |
2019-08-26 | Update to Syn 1.0 | 2 | -65/+61 | |
2019-01-14 | Update documentation links to point to docs.rs | 1 | -1/+1 | |
2018-12-15 | prepare for v0.6.7 release | 1 | -1/+1 | |
2018-12-15 | static mut transform: forward `#[cfg]` | 1 | -6/+35 | |
2018-12-07 | bump cortex-m-rt-macros | 1 | -1/+1 | |
2018-11-14 | rename UserHardFault to HardFault | 1 | -2/+2 | |
2018-11-04 | reject duplicate `static mut` variables | 1 | -5/+24 | |
2018-10-26 | Merge #143 | 1 | -0/+1 | |
2018-10-26 | `b UserHardFault` | 1 | -0/+1 | |
2018-10-26 | Merge #142 | 1 | -142/+201 | |
2018-10-26 | attributes: turn panics into compile errors | 1 | -142/+201 | |
2018-10-26 | Merge #141 | 1 | -12/+17 |