| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-01 | update examples | Jorge Aparicio | |
| 2019-04-21 | book: resources shared with init must also be `Send` | Jorge Aparicio | |
| 2019-02-26 | add `binds` example and make it work | Jorge Aparicio | |
| 2019-02-12 | update examples and tests | Jorge Aparicio | |
| 2018-12-16 | book: add an example of conditional compilation of resources and tasks | Jorge Aparicio | |
| 2018-11-04 | use new cortex_m_semihosting::hprintln macro | Jorge Aparicio | |
| 2018-11-04 | impl Mutex on all shared resources | Jorge Aparicio | |
| document how to write generic code that operates on resources | |||
| 2018-11-03 | v0.4.0 | Jorge Aparicio | |
| closes #32 closes #33 | |||
| 2018-08-24 | more fixes | Jorge Aparicio | |
| 2018-04-16 | cargo fmt | Jorge Aparicio | |
| 2018-01-15 | v0.3.0 | Jorge Aparicio | |
| 2018-01-11 | adapt to changes in the cortex-m crate | Jorge Aparicio | |
| 2017-12-09 | safe `&'static mut` references via init.resources | Jorge Aparicio | |
| 2017-12-09 | implement the Resource trait for owned resources | Jorge Aparicio | |
| this unbreaks the "generics" example | |||
| 2017-12-09 | drop the Static wrapper | Jorge Aparicio | |
| 2017-12-09 | deny warnings and unsafe code in tests and examples | Jorge Aparicio | |
| 2017-12-09 | fix the "generics" example | Jorge Aparicio | |
| 2017-12-09 | rename LateResourceValues to LateResources | Jorge Aparicio | |
| 2017-12-09 | peripherals as scoped singletons | Jorge Aparicio | |
| 2017-11-22 | v0.2.2 | Jorge Aparicio | |
| 2017-10-02 | fix the example | Jorge Aparicio | |
| 2017-10-02 | fix `idle::Resources::new` | Jorge Aparicio | |
| it assumed that all resources were "early" resources | |||
| 2017-09-22 | Fix shared resource handling and extend example. | Jonas Schievink | |
| The extended example tests that this actually works this time. | |||
| 2017-09-04 | Add late resources example | Jonas Schievink | |
| 2017-07-29 | update examples | Jorge Aparicio | |
| 2017-07-27 | update examples | Jorge Aparicio | |
| 2017-07-27 | make task.$T.enabled optional | Jorge Aparicio | |
| and move the logic that differentiates interrupts from exceptions from the crate to the procedural macro logic | |||
| 2017-07-27 | update tests and examples | Jorge Aparicio | |
| with task! gone 3 types of errors / gotchas have been eliminated :tada: | |||
| 2017-07-23 | don't wrap static references in a `Static` | Jorge Aparicio | |
| 2017-07-23 | update examples | Jorge Aparicio | |
| 2017-07-23 | add example about placing init, idle and tasks in modules | Jorge Aparicio | |
| 2017-07-20 | update CI | Jorge Aparicio | |
| 2017-07-20 | `Resource` trait, docs, examples and rtfm-syntax related changes | Jorge Aparicio | |
