aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-04add a `queue` functionJorge Aparicio
2017-04-03add debug assertions to `lock` and `get`Jorge Aparicio
2017-04-02add a get method to get a raw pointer to the resource dataJorge Aparicio
2017-04-02rustfmtJorge Aparicio
2017-03-22add methods to borrow resources within `interrupt::free`Jorge Aparicio
2017-03-12use stable release of the cortex-m crateJorge Aparicio
2017-03-11make `logical` non-`const`, check input using assertionsJorge Aparicio
2017-03-11make borrows of non-cooperative resources safeJorge Aparicio
2017-03-10add mutable variants of borrow and claimJorge Aparicio
2017-03-10Token was renamed to ContextJorge Aparicio
2017-03-10rename `priority` to `logical`Jorge Aparicio
2017-03-09turn ceilings into typesJorge Aparicio
2017-03-08Resource::new is also unsafeJorge Aparicio
2017-03-08adapt to changes in cortex-m, verify the input of the `priority` functionJorge Aparicio
2017-03-05make priority a const fnJorge Aparicio
2017-03-05initial commitJorge Aparicio