aboutsummaryrefslogtreecommitdiff
path: root/src/itm.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-06remove the ptr() function in favor of the PTR constantGravatar Tyler Holmes 1-1/+1
2020-10-26Format everythingGravatar Jonas Schievink 1-3/+1
2020-01-15Fix typoGravatar Jonas Schievink 1-1/+1
2020-01-15Remove `aligned`, improve ITM codeGravatar Jonas Schievink 1-48/+64
2019-10-29Enable the missing_inline_in_public_items clippy lint.Gravatar Mara Bos 1-0/+3
2019-10-29Add `#[inline]` to lots of trivial functions.Gravatar Mara Bos 1-0/+3
2019-10-09Make Clippy happy.Gravatar Mara Bos 1-1/+5
2019-07-29Update for 2018 editionGravatar Adam Greig 1-1/+1
2018-12-09Upgrade to aligned 0.3Gravatar Raphael Nestler 1-3/+3
2018-04-26make compilable on stableGravatar Jorge Aparicio 1-0/+2
2018-01-11make `Stim::write_*` methods take `&mut self` instead of `&self`Gravatar Jorge Aparicio 1-6/+6
2017-11-21turn peripherals into scoped singletonsGravatar Jorge Aparicio 1-1/+1
2017-05-30fix itm::write_allv0.2.9Gravatar Jorge Aparicio 1-6/+21
2017-05-30simplify the `itm::write_all` implementationGravatar Jorge Aparicio 1-39/+33
2017-05-30add an example to the `itm::write_aligned` functionGravatar Jorge Aparicio 1-0/+13
2017-05-30add `itm::write_aligned` for writing 4-byte aligned buffers to an ITM portGravatar Jorge Aparicio 1-0/+33
2017-03-11make ITM functions operate on `Stim`Gravatar Jorge Aparicio 1-15/+11
2017-03-08improve throughput of ITM functionsGravatar Jorge Aparicio 1-13/+56
2017-03-08add macros for writing to an ITM portGravatar Jorge Aparicio 1-0/+38