aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/dcb.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-16Move cortex-m crate into cortex-m directoryGravatar Adam Greig 1-81/+0
2022-01-06remove the ptr() function in favor of the PTR constantGravatar Tyler Holmes 1-1/+1
2021-12-19inlineGravatar Tyler Holmes 1-0/+2
2021-12-19add methods needed for cycle count comparisonsGravatar Tyler Holmes 1-0/+15
2021-04-30dcb: add note about vendor-specific trace optionsGravatar Viktor Sonesten 1-0/+4
2020-10-26Format everythingGravatar Jonas Schievink 1-1/+1
2019-10-29Add `#[inline]` to lots of trivial functions.Gravatar Mara Bos 1-0/+3
2019-07-29Update for 2018 editionGravatar Adam Greig 1-1/+1
2019-03-12Update is_debugger_attached so as not to clear S_RESET_ST and S_RETIRE_STGravatar Brandon Matthews 1-8/+14
2019-03-12Fix rebase syntax error; disable STIR test on armv6mGravatar Brandon Matthews 1-0/+1
2019-03-12Expand is_debugger_attached noteGravatar Brandon Matthews 1-2/+5
2019-03-12Add explanatory note about C_DEBUGENGravatar Brandon Matthews 1-3/+9
2019-03-12Add support for debugger checkGravatar Brandon Matthews 1-2/+6
2018-09-06Rename BIT_TRCENA to DCB_DEMCR_TRCENA, replace 0x01 with 1Gravatar Michael Watzko 1-3/+3
2018-09-05Fix typoGravatar Michael Watzko 1-5/+5
2018-09-05Move the whole shift to the constantGravatar Michael Watzko 1-3/+3
2018-09-05Move shift-constant 24 to BIT_TRACENAGravatar Michael Watzko 1-2/+4
2018-09-02Be more verbose about the bit being set / resetGravatar kellerkindt 1-2/+4
2018-09-02Add DCB::enable_trace() and DCB::disable_trace()Gravatar kellerkindt 1-0/+17
2017-11-21turn peripherals into scoped singletonsGravatar Jorge Aparicio 1-0/+16
2017-03-07revamp for memory safetyGravatar Jorge Aparicio 1-16/+0
2016-09-27initial commitGravatar Jorge Aparicio 1-0/+16