| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-05 | fix unused macro error | Jorge Aparicio | |
| 2017-05-25 | make the register_block field optional in the peripherals! macro | Jorge Aparicio | |
| with svd2rust 0.8.x peripheral types are written in UPPERCASE and match their names so specifying the type in the register_block field is no longer necessary. | |||
| 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 | |
| it's not required as the user never deal with Ceiling tokens | |||
| 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 | |
| 2017-04-27 | make the ceiling part of the task signature | Jorge Aparicio | |
| remove the P.as_ceiling method | |||
| 2017-04-27 | make `as_ceiling` a general method of `P<N>` | Jorge Aparicio | |
| 2017-04-27 | add categories | Jorge Aparicio | |
| 2017-04-26 | tweak attribution | Jorge Aparicio | |
| 2017-04-25 | rename `rtfm::critical` to `rtfm::atomic`, touch up the documentation | Jorge Aparicio | |
| 2017-04-25 | hide the unsafe Peripheral::new constructor | Jorge Aparicio | |
| `peripherals!` is the safe way to declare `Peripheral`s | |||
| 2017-04-25 | ignore no_mangle related warning | Jorge Aparicio | |
| 2017-04-25 | add a `peripherals!` macro | Jorge Aparicio | |
| for safe declaration of `Peripheral`s closes #12 | |||
| 2017-04-25 | fix build for thumbv6m | Jorge Aparicio | |
| 2017-04-25 | update examples in doc comments | Jorge Aparicio | |
| 2017-04-25 | change tasks! syntax to resemble struct initialization | Jorge Aparicio | |
| 2017-04-25 | update examples | Jorge Aparicio | |
| 2017-04-21 | update the examples in the crate documentation | Jorge Aparicio | |
| 2017-04-21 | add `enable` / `disable` functions, add $enabled parameter to tasks! | Jorge Aparicio | |
| 2017-04-21 | rename `borrow` to `access` | Jorge Aparicio | |
| 2017-04-21 | add `borrow_mut` to Local | 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 | rename "system ceiling" to "current ceiling" | Jorge Aparicio | |
| 2017-04-21 | more docs, remove Ceiling / Priority / Level traits | Jorge Aparicio | |
| 2017-04-20 | fix warning on thumbv6m-none-eabi | 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 | tasks! macro: update the signature of `idle` | Jorge Aparicio | |
| 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-17 | with new formatting (perhaps) | pln | |
| 2017-04-17 | pub interface to logical2hw and hw2logical | pln | |
| 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 | re-export bkpt | Jorge Aparicio | |
| 2017-04-14 | change signature of `idle` to ! | Jorge Aparicio | |
| 2017-04-14 | remove unnecessary trait bounds | Jorge Aparicio | |
| 2017-04-14 | pass P0 to init, derive GreaterThanOrEqual for U0 | Jorge Aparicio | |
| 2017-04-13 | add `critical`, a global critical section | Jorge Aparicio | |
| 2017-04-13 | remove system ceiling from `lock_mut` closure | Jorge Aparicio | |
| now it's impossible to do a `borrow` within that critical section as a borrow of the task priority is required (and that's already mutably borrowed by the `lock_mut` closure) | |||
| 2017-04-13 | fix memory safety hole around `borrow` | Jorge Aparicio | |
| 2017-04-13 | re-export Local and wfi from cortex-m | Jorge Aparicio | |
| make Context private | |||
| 2017-04-12 | fix warning | Jorge Aparicio | |
| 2017-04-12 | no lock_mut on thumbv6m | Jorge Aparicio | |
| 2017-04-12 | implement lock_mut | Jorge Aparicio | |
| 2017-04-12 | add `claim_mut` | Jorge Aparicio | |
| 2017-04-12 | fix the tasks! macro | Jorge Aparicio | |
| NVIC.set_priority now requires unsafe | |||
