aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/syst.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-07Remove excessive missing_inline_in_public_itemsGravatar Jonas Schievink 1-1/+0
2019-10-29Enable the missing_inline_in_public_items clippy lint.Gravatar Mara Bos 1-0/+1
2019-10-29Add `#[inline]` to lots of trivial functions.Gravatar Mara Bos 1-0/+16
2019-10-09Make Clippy happy.Gravatar Mara Bos 1-5/+5
2019-07-29Update for 2018 editionGravatar Adam Greig 1-1/+1
2019-04-24Derive Debug, PartialEq and Eq for more typesGravatar Jonas Schievink 1-1/+1
2018-05-11stable by default, remove exception module, add SCB.vect_active, ..Gravatar Jorge Aparicio 1-4/+1
2018-01-15better document the SYST APIGravatar Jorge Aparicio 1-2/+14
2017-12-23revise peripheral APIGravatar Jorge Aparicio 1-56/+79
2017-11-21turn peripherals into scoped singletonsGravatar Jorge Aparicio 1-0/+137
2017-03-07revamp for memory safetyGravatar Jorge Aparicio 1-16/+0
2016-09-27initial commitGravatar Jorge Aparicio 1-0/+16