| Age | Commit message (Expand) | Author |
| 2018-12-16 | note that the timer queue is not supported on ARMv6-M | Jorge Aparicio |
| 2018-12-16 | use edition idioms in the top crate | Jorge Aparicio |
| 2018-12-16 | properly handle #[cfg] (conditional compilation) on resources | Jorge Aparicio |
| 2018-12-16 | use the single core variant of spsc::Queue | Jorge Aparicio |
| 2018-11-04 | impl Mutex on all shared resources | Jorge Aparicio |
| 2018-11-03 | fix some links | Jorge Aparicio |
| 2018-11-03 | v0.4.0 | Jorge Aparicio |
| 2018-08-24 | more fixes | Jorge Aparicio |
| 2018-01-15 | fix documentation link | 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-23 | add a Cargo feature, cm7-r0p1, to fix a Cortex-M7 BASEPRI erratum | Jorge Aparicio |
| 2017-12-09 | drop the Static wrapper | 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-09-22 | Hide `UntaggedOption` reexport | Jonas Schievink |
| 2017-09-06 | Use `untagged_option` crate | Jonas Schievink |
| 2017-09-03 | Allow initialization of resources in `init`. | Jonas Schievink |
| 2017-07-29 | v0.2.1 | Jorge Aparicio |
| 2017-07-29 | v0.2.0 | Jorge Aparicio |
| 2017-07-29 | update examples | Jorge Aparicio |
| 2017-07-27 | update examples | Jorge Aparicio |
| 2017-07-27 | make task.$T.enabled optional | Jorge Aparicio |
| 2017-07-27 | fix yet another warning on ARMv6-M | Jorge Aparicio |
| 2017-07-27 | fix warning on ARMv6-M | Jorge Aparicio |
| 2017-07-27 | refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomic | Jorge Aparicio |
| 2017-07-25 | inline claim | Jorge Aparicio |
| 2017-07-24 | task! is not needed if tasks.$T.path is specified | Jorge Aparicio |
| 2017-07-23 | document `task!` more | Jorge Aparicio |
| 2017-07-23 | drop rtfm::Cell | Jorge Aparicio |
| 2017-07-20 | doc tweaks | Jorge Aparicio |
| 2017-07-20 | update CI | Jorge Aparicio |
| 2017-07-20 | `Resource` trait, docs, examples and rtfm-syntax related changes | Jorge Aparicio |
| 2017-07-20 | bump cortex-m version to v0.3.1 | Jorge Aparicio |
| 2017-07-18 | make compatible with the unsafe_code lint | Jorge Aparicio |
| 2017-07-18 | tasks / idle have exclusive access to Threshold, but do not own the token | Jorge Aparicio |
| 2017-07-14 | rename rtfm! to app! and adapt to changes in rtfm-syntax | Jorge Aparicio |
| 2017-07-14 | split macro parser into its own crate and improve error handling / reporting | Jorge Aparicio |
| 2017-07-11 | compiler plugin -> proc macro | Jorge Aparicio |
| 2017-07-06 | syntax tweaks, relax check, add set_pending(), deal with imported types | Jorge Aparicio |
| 2017-07-04 | rtfm! macro take 2 | Jorge Aparicio |
| 2017-06-05 | fix unused macro error | Jorge Aparicio |
| 2017-05-25 | make the register_block field optional in the peripherals! macro | Jorge Aparicio |
| 2017-05-15 | fix links in the references section | Jorge Aparicio |
| 2017-05-09 | v0.1.0 | Jorge Aparicio |
| 2017-05-08 | drop the Ceiling newtype | Jorge Aparicio |
| 2017-05-08 | require Resource protected data to be Send, make tokens !Send | Jorge Aparicio |
| 2017-05-08 | replace the ceiling token with a preemption threshold token | Jorge Aparicio |
| 2017-04-28 | update examples | Jorge Aparicio |