Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-16 | Move cortex-m crate into cortex-m directory | 1 | -81/+0 | ||
2022-01-06 | remove the ptr() function in favor of the PTR constant | 1 | -1/+1 | ||
Per #370/#235, the const fn ptr() was supposed to be deprecated and subsequently removed. This PR removes it for the master branch tracking the 0.8 release | |||||
2021-12-19 | inline | 1 | -0/+2 | ||
2021-12-19 | add methods needed for cycle count comparisons | 1 | -0/+15 | ||
2021-04-30 | dcb: add note about vendor-specific trace options | 1 | -0/+4 | ||
2020-10-26 | Format everything | 1 | -1/+1 | ||
2019-10-29 | Add `#[inline]` to lots of trivial functions. | 1 | -0/+3 | ||
2019-07-29 | Update for 2018 edition | 1 | -1/+1 | ||
2019-03-12 | Update is_debugger_attached so as not to clear S_RESET_ST and S_RETIRE_ST | 1 | -8/+14 | ||
2019-03-12 | Fix rebase syntax error; disable STIR test on armv6m | 1 | -0/+1 | ||
2019-03-12 | Expand is_debugger_attached note | 1 | -2/+5 | ||
2019-03-12 | Add explanatory note about C_DEBUGEN | 1 | -3/+9 | ||
2019-03-12 | Add support for debugger check | 1 | -2/+6 | ||
2018-09-06 | Rename BIT_TRCENA to DCB_DEMCR_TRCENA, replace 0x01 with 1 | 1 | -3/+3 | ||
2018-09-05 | Fix typo | 1 | -5/+5 | ||
2018-09-05 | Move the whole shift to the constant | 1 | -3/+3 | ||
2018-09-05 | Move shift-constant 24 to BIT_TRACENA | 1 | -2/+4 | ||
2018-09-02 | Be more verbose about the bit being set / reset | 1 | -2/+4 | ||
2018-09-02 | Add DCB::enable_trace() and DCB::disable_trace() | 1 | -0/+17 | ||
2017-11-21 | turn peripherals into scoped singletons | 1 | -0/+16 | ||
2017-03-07 | revamp for memory safety | 1 | -16/+0 | ||
2016-09-27 | initial commit | 1 | -0/+16 | ||