aboutsummaryrefslogtreecommitdiff
path: root/examples/generics.rs
AgeCommit message (Collapse)Author
2023-03-01Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)Emil Fresk
2023-03-01Fix so deny(missing_docs) workEmil Fresk
2023-03-01All examples pass with `cargo xtask --target all`Emil Fresk
2023-03-01Update semihostingEmil Fresk
2023-03-01more examplesPer Lindgren
2023-03-01Old xtask test passEmil Fresk
2023-01-21Deny missing_docs for all examplesHenrik Tjäder
2023-01-14Upgrade of semihosting changed timingHenrik Tjäder
New semihosting 0.5 does not use error handling, returns directly and as semihosting is generally slow this led to missing print statements. Workaround is to add NOP, which seems sufficient to let it flush the buffers
2023-01-11Remove unwrap() from hprintln!()Henrik Tjäder
sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .)
2021-09-23The great docs updateEmil Fresk
2021-07-07Fixing testsEmil Fresk
2021-02-20Test fixesEmil Fresk
2020-10-23Now all locks are symmetricEmil Fresk
Test fixes Fix test Fix comment
2020-10-21Namespace cleanupEmil Fresk
2020-10-21Updated examplesEmil Fresk
More work
2020-10-05Merge branch 'master' into always_late_resourcesEmil Fresk
2020-10-01Now late resources are always usedEmil Fresk
2020-09-29All examples use #[resources] attributeHenrik Tjäder
2020-09-25Modules using lower-case in examplesHenrik Tjäder
2020-09-25Examples using mod instead of constHenrik Tjäder
2020-06-11Rename RTFM to RTICHenrik Tjäder
2019-08-21doc upJorge Aparicio
2019-07-10implement RFC #212Jorge Aparicio
2019-06-20RFC #207Jorge Aparicio
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportJorge Aparicio
2019-05-01update examplesJorge Aparicio
2018-11-04use new cortex_m_semihosting::hprintln macroJorge Aparicio
2018-11-04impl Mutex on all shared resourcesJorge Aparicio
document how to write generic code that operates on resources
2018-11-03v0.4.0Jorge Aparicio
closes #32 closes #33
2018-08-24more fixesJorge Aparicio
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