aboutsummaryrefslogtreecommitdiff
path: root/src/macros.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-29Make clippy happy, again.Gravatar Mara Bos 1-4/+0
2019-07-29Update for 2018 editionGravatar Adam Greig 1-6/+3
2018-09-06make `iprintln!` not depend on `iprint!`Gravatar Jorge Aparicio 1-3/+3
2018-05-11stable by default, remove exception module, add SCB.vect_active, ..Gravatar Jorge Aparicio 1-4/+7
2018-04-26make singleton! work on stableGravatar Jorge Aparicio 1-15/+4
2018-04-26make compilable on stableGravatar Jorge Aparicio 1-1/+5
2018-01-25don't trip the unsafe_code lintGravatar Jorge Aparicio 1-4/+41
2018-01-23singleton!: check that calls to unsafe functions require an unsafe blockGravatar Jorge Aparicio 1-5/+9
2018-01-23initialize singletons at runtimeGravatar Jorge Aparicio 1-2/+3
2018-01-15address review commentsGravatar Jorge Aparicio 1-5/+8
2017-12-23safe `&'static mut` references through a runtime checked macroGravatar Jorge Aparicio 1-0/+41
2017-07-04remove re-export of cortex-m-semihostingGravatar Jorge Aparicio 1-48/+0
2017-06-16Fix typo in ehprint! macroGravatar Nicolas Schodet 1-1/+1
2017-03-10reformatGravatar Jorge Aparicio 1-9/+27
2017-03-08add macros for writing to an ITM portGravatar Jorge Aparicio 1-0/+25
2017-02-28changes to better integrate with svd2rustGravatar Jorge Aparicio 1-0/+29