Age | Commit message (Expand) | Author | Files | Lines |
2017-07-20 | `Resource` trait, docs, examples and rtfm-syntax related changes | Jorge Aparicio
| 1 | -132/+156 |
2017-07-20 | bump cortex-m version to v0.3.1 | Jorge Aparicio
| 1 | -9/+0 |
2017-07-18 | make compatible with the unsafe_code lint | Jorge Aparicio
| 1 | -0/+2 |
2017-07-18 | tasks / idle have exclusive access to Threshold, but do not own the token | Jorge Aparicio
| 1 | -4/+4 |
2017-07-14 | rename rtfm! to app! and adapt to changes in rtfm-syntax | Jorge Aparicio
| 1 | -1/+1 |
2017-07-14 | split macro parser into its own crate and improve error handling / reporting | Jorge Aparicio
| 1 | -1/+27 |
2017-07-11 | compiler plugin -> proc macro | Jorge Aparicio
| 1 | -0/+3 |
2017-07-06 | syntax tweaks, relax check, add set_pending(), deal with imported types | Jorge Aparicio
| 1 | -0/+11 |
2017-07-04 | rtfm! macro take 2 | Jorge Aparicio
| 1 | -902/+170 |
2017-06-05 | fix unused macro error | Jorge Aparicio
| 1 | -0/+1 |
2017-05-25 | make the register_block field optional in the peripherals! macro | Jorge Aparicio
| 1 | -0/+16 |
2017-05-15 | fix links in the references section | Jorge Aparicio
| 1 | -4/+4 |
2017-05-09 | v0.1.0v0.1.0 | Jorge Aparicio
| 1 | -3/+5 |
2017-05-08 | drop the Ceiling newtype | Jorge Aparicio
| 1 | -13/+6 |
2017-05-08 | require Resource protected data to be Send, make tokens !Send | Jorge Aparicio
| 1 | -1/+12 |
2017-05-08 | replace the ceiling token with a preemption threshold token | Jorge Aparicio
| 1 | -100/+111 |
2017-04-28 | update examples | Jorge Aparicio
| 1 | -27/+16 |
2017-04-27 | make the ceiling part of the task signature | Jorge Aparicio
| 1 | -16/+16 |
2017-04-27 | make `as_ceiling` a general method of `P<N>` | Jorge Aparicio
| 1 | -1/+10 |
2017-04-27 | add categories | Jorge Aparicio
| 1 | -9/+13 |
2017-04-26 | tweak attribution | Jorge Aparicio
| 1 | -3/+4 |
2017-04-25 | rename `rtfm::critical` to `rtfm::atomic`, touch up the documentation | Jorge Aparicio
| 1 | -43/+91 |
2017-04-25 | hide the unsafe Peripheral::new constructor | Jorge Aparicio
| 1 | -18/+85 |
2017-04-25 | ignore no_mangle related warning | Jorge Aparicio
| 1 | -0/+1 |
2017-04-25 | add a `peripherals!` macro | Jorge Aparicio
| 1 | -0/+18 |
2017-04-25 | fix build for thumbv6m | Jorge Aparicio
| 1 | -0/+1 |
2017-04-25 | update examples in doc comments | Jorge Aparicio
| 1 | -7/+27 |
2017-04-25 | change tasks! syntax to resemble struct initialization | Jorge Aparicio
| 1 | -1/+5 |
2017-04-25 | update examples | Jorge Aparicio
| 1 | -42/+43 |
2017-04-21 | update the examples in the crate documentation | Jorge Aparicio
| 1 | -35/+38 |
2017-04-21 | add `enable` / `disable` functions, add $enabled parameter to tasks! | Jorge Aparicio
| 1 | -34/+65 |
2017-04-21 | rename `borrow` to `access` | Jorge Aparicio
| 1 | -36/+37 |
2017-04-21 | add `borrow_mut` to Local | Jorge Aparicio
| 1 | -0/+8 |
2017-04-21 | raise_to -> Ceiling.raise | Jorge Aparicio
| 1 | -25/+22 |
2017-04-21 | drop `lock` methods, add `raise_to` function | Jorge Aparicio
| 1 | -68/+48 |
2017-04-21 | rename "system ceiling" to "current ceiling" | Jorge Aparicio
| 1 | -3/+3 |
2017-04-21 | more docs, remove Ceiling / Priority / Level traits | Jorge Aparicio
| 1 | -112/+493 |
2017-04-20 | fix warning on thumbv6m-none-eabi | Jorge Aparicio
| 1 | -2/+2 |
2017-04-19 | remove claim, add Priority.as_ceiling | Jorge Aparicio
| 1 | -25/+1 |
2017-04-19 | remove the _mut methods | Jorge Aparicio
| 1 | -35/+1 |
2017-04-19 | tasks! macro: update the signature of `idle` | Jorge Aparicio
| 1 | -1/+1 |
2017-04-19 | critical: don't let the ceiling token escape the critical section | Jorge Aparicio
| 1 | -2/+2 |
2017-04-19 | don't let the ceiling token escape the critical section | Jorge Aparicio
| 1 | -4/+4 |
2017-04-17 | with new formatting (perhaps) | pln
| 1 | -35/+65 |
2017-04-17 | pub interface to logical2hw and hw2logical | pln
| 1 | -93/+57 |
2017-04-14 | wrap references to resources in static-ref's Ref/RefMut | Jorge Aparicio
| 1 | -16/+22 |
2017-04-14 | re-export bkpt | Jorge Aparicio
| 1 | -1/+1 |
2017-04-14 | change signature of `idle` to ! | Jorge Aparicio
| 1 | -2/+8 |
2017-04-14 | remove unnecessary trait bounds | Jorge Aparicio
| 1 | -25/+12 |
2017-04-14 | pass P0 to init, derive GreaterThanOrEqual for U0 | Jorge Aparicio
| 1 | -2/+4 |