aboutsummaryrefslogtreecommitdiff
path: root/examples/generics.rs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-01Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)Gravatar Emil Fresk 1-67/+0
2023-03-01Fix so deny(missing_docs) workGravatar Emil Fresk 1-0/+1
2023-03-01All examples pass with `cargo xtask --target all`Gravatar Emil Fresk 1-0/+1
2023-03-01Update semihostingGravatar Emil Fresk 1-3/+3
2023-03-01more examplesGravatar Per Lindgren 1-2/+2
2023-03-01Old xtask test passGravatar Emil Fresk 1-7/+3
2023-01-21Deny missing_docs for all examplesGravatar Henrik Tjäder 1-0/+1
2023-01-14Upgrade of semihosting changed timingGravatar Henrik Tjäder 1-0/+3
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!()Gravatar Henrik Tjäder 1-3/+3
sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .)
2021-09-23The great docs updateGravatar Emil Fresk 1-1/+1
2021-07-07Fixing testsGravatar Emil Fresk 1-17/+15
2021-02-20Test fixesGravatar Emil Fresk 1-2/+2
2020-10-23Now all locks are symmetricGravatar Emil Fresk 1-6/+2
Test fixes Fix test Fix comment
2020-10-21Namespace cleanupGravatar Emil Fresk 1-2/+2
2020-10-21Updated examplesGravatar Emil Fresk 1-3/+6
More work
2020-10-05Merge branch 'master' into always_late_resourcesGravatar Emil Fresk 1-2/+3
2020-10-01Now late resources are always usedGravatar Emil Fresk 1-1/+3
2020-09-29All examples use #[resources] attributeGravatar Henrik Tjäder 1-0/+1
2020-09-25Modules using lower-case in examplesGravatar Henrik Tjäder 1-1/+1
2020-09-25Examples using mod instead of constGravatar Henrik Tjäder 1-2/+2
2020-06-11Rename RTFM to RTICGravatar Henrik Tjäder 1-5/+5
2019-08-21doc upGravatar Jorge Aparicio 1-1/+4
2019-07-10implement RFC #212Gravatar Jorge Aparicio 1-8/+11
2019-06-20RFC #207Gravatar Jorge Aparicio 1-4/+4
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportGravatar Jorge Aparicio 1-8/+5
2019-05-01update examplesGravatar Jorge Aparicio 1-9/+9
2018-11-04use new cortex_m_semihosting::hprintln macroGravatar Jorge Aparicio 1-16/+4
2018-11-04impl Mutex on all shared resourcesGravatar Jorge Aparicio 1-0/+74
document how to write generic code that operates on resources
2018-11-03v0.4.0Gravatar Jorge Aparicio 1-73/+0
closes #32 closes #33
2018-08-24more fixesGravatar Jorge Aparicio 1-2/+1
2017-12-09implement the Resource trait for owned resourcesGravatar Jorge Aparicio 1-1/+1
this unbreaks the "generics" example
2017-12-09deny warnings and unsafe code in tests and examplesGravatar Jorge Aparicio 1-0/+1
2017-12-09fix the "generics" exampleGravatar Jorge Aparicio 1-2/+2
2017-12-09peripherals as scoped singletonsGravatar Jorge Aparicio 1-1/+11
2017-07-27update examplesGravatar Jorge Aparicio 1-4/+3
2017-07-27make task.$T.enabled optionalGravatar Jorge Aparicio 1-2/+0
and move the logic that differentiates interrupts from exceptions from the crate to the procedural macro logic
2017-07-27update tests and examplesGravatar Jorge Aparicio 1-5/+2
with task! gone 3 types of errors / gotchas have been eliminated :tada:
2017-07-20`Resource` trait, docs, examples and rtfm-syntax related changesGravatar Jorge Aparicio 1-0/+69