| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-12 | update examples and tests | Jorge Aparicio | |
| 2019-02-12 | forbid early returns in init | Jorge Aparicio | |
| 2018-12-16 | properly handle `#[cfg]` (conditional compilation) on tasks | Jorge Aparicio | |
| 2018-12-16 | properly handle #[cfg] (conditional compilation) on resources | Jorge Aparicio | |
| 2018-12-15 | remove no longer necessary feature gates | Jorge Aparicio | |
| 2018-11-04 | fix codegen | Jorge Aparicio | |
| 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-04-16 | update parser | Jorge Aparicio | |
| closes #69 this doesn't change functionality per se but improves diagnostics in some cases. Some hard errors have becomes warnings, for example: when `resources` is empty, or when `idle.path` is set to the default `idle` path. | |||
| 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 | make resource proxies not Sync | Jorge Aparicio | |
| 2017-12-09 | deny warnings and unsafe code in tests and examples | Jorge Aparicio | |
| 2017-12-09 | make resource proxies !Send | Jorge Aparicio | |
| 2017-12-09 | rename LateResourceValues to LateResources | Jorge Aparicio | |
| 2017-12-08 | fix cfail tests | Jorge Aparicio | |
| 2017-11-22 | fix ci | Jorge Aparicio | |
| 2017-09-22 | Add cfail test for late resources | Jonas Schievink | |
| 2017-09-22 | Fix warning in wrong-threshold cfail test | Jonas Schievink | |
| 2017-09-22 | Don't use deprecated method to create compiletest config | Jonas Schievink | |
| 2017-07-27 | `Send`-ness check is now in rtfm-core | 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-24 | add another duplicated-handler cfail test | Jorge Aparicio | |
| 2017-07-23 | add cfail test: borrow can't escape critical sections | Jorge Aparicio | |
| 2017-07-23 | update cfail tests | Jorge Aparicio | |
| 2017-07-20 | more cfail tests | Jorge Aparicio | |
| 2017-07-18 | tasks / idle have exclusive access to Threshold, but do not own the token | Jorge Aparicio | |
| 2017-07-18 | add cfail tests | Jorge Aparicio | |
| 2017-07-04 | rtfm! macro take 2 | 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-27 | make the ceiling part of the task signature | Jorge Aparicio | |
| remove the P.as_ceiling method | |||
| 2017-04-25 | fix cfail tests | Jorge Aparicio | |
| 2017-04-25 | add a `peripherals!` macro | Jorge Aparicio | |
| for safe declaration of `Peripheral`s closes #12 | |||
| 2017-04-25 | change tasks! syntax to resemble struct initialization | Jorge Aparicio | |
| 2017-04-21 | rename `borrow` to `access` | Jorge Aparicio | |
| 2017-04-21 | reword the comments in compile-fail tests | Jorge Aparicio | |
| 2017-04-21 | raise_to -> Ceiling.raise | Jorge Aparicio | |
| 2017-04-21 | drop `lock` methods, add `raise_to` function | Jorge Aparicio | |
| 2017-04-21 | more docs, remove Ceiling / Priority / Level traits | Jorge Aparicio | |
| 2017-04-19 | remove claim, add Priority.as_ceiling | Jorge Aparicio | |
| 2017-04-19 | remove the _mut methods | Jorge Aparicio | |
| they are too limited | |||
| 2017-04-19 | critical: don't let the ceiling token escape the critical section | Jorge Aparicio | |
| 2017-04-19 | don't let the ceiling token escape the critical section | 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-14 | add another would-be data race compile fail test | Jorge Aparicio | |
| 2017-04-14 | remove unnecessary trait bounds | Jorge Aparicio | |
| 2017-04-13 | regression test | Jorge Aparicio | |
