aboutsummaryrefslogtreecommitdiff
path: root/examples/generics.rs
AgeCommit message (Collapse)Author
2017-12-09implement the Resource trait for owned resourcesJorge Aparicio
this unbreaks the "generics" example
2017-12-09deny warnings and unsafe code in tests and examplesJorge Aparicio
2017-12-09fix the "generics" exampleJorge Aparicio
2017-12-09peripherals as scoped singletonsJorge Aparicio
2017-07-27update examplesJorge Aparicio
2017-07-27make task.$T.enabled optionalJorge Aparicio
and move the logic that differentiates interrupts from exceptions from the crate to the procedural macro logic
2017-07-27update tests and examplesJorge Aparicio
with task! gone 3 types of errors / gotchas have been eliminated :tada:
2017-07-20`Resource` trait, docs, examples and rtfm-syntax related changesJorge Aparicio