| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomic | Jorge Aparicio | |
| task! can be re-added in a backward compatible fashion and I'd like to not have two ways to assign a task handler to an interrupt / exception in the first release. rtfm::atomic now uses the `Threshold` token instead of the `CriticalSection` token. This reduces overhead by dropping the "are interrupts enabled?" check. | |||
| 2017-07-23 | bump the static-ref dependency | 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 | |
| barrier! is no longer needed | |||
| 2017-07-18 | add cfail tests | Jorge Aparicio | |
| 2017-07-11 | compiler plugin -> proc macro | Jorge Aparicio | |
| 2017-07-04 | rtfm! macro take 2 | Jorge Aparicio | |
| 2017-06-05 | v0.1.1 | Jorge Aparicio | |
| 2017-05-09 | v0.1.0 | Jorge Aparicio | |
| 2017-05-08 | replace the ceiling token with a preemption threshold token | Jorge Aparicio | |
| 2017-04-27 | add categories | Jorge Aparicio | |
| 2017-04-21 | more docs, remove Ceiling / Priority / Level traits | Jorge Aparicio | |
| 2017-04-14 | wrap references to resources in static-ref's Ref/RefMut | Jorge Aparicio | |
| to assert that they point to `static` data | |||
| 2017-04-09 | compile time verified ceilings | Jorge Aparicio | |
| 2017-04-07 | use volatile read/writes for checked::Resource.locked | Jorge Aparicio | |
| 2017-04-07 | allow returns from checked::Resource.lock{,mut} | Jorge Aparicio | |
| also add compiler barriers | |||
| 2017-03-12 | use stable release of the cortex-m crate | Jorge Aparicio | |
| 2017-03-08 | adapt to changes in cortex-m, verify the input of the `priority` function | Jorge Aparicio | |
| 2017-03-05 | initial commit | Jorge Aparicio | |
