aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2017-04-14wrap references to resources in static-ref's Ref/RefMutJorge Aparicio
to assert that they point to `static` data
2017-04-09compile time verified ceilingsJorge Aparicio
2017-04-07use volatile read/writes for checked::Resource.lockedJorge Aparicio
2017-04-07allow returns from checked::Resource.lock{,mut}Jorge Aparicio
also add compiler barriers
2017-03-12use stable release of the cortex-m crateJorge Aparicio
2017-03-08adapt to changes in cortex-m, verify the input of the `priority` functionJorge Aparicio
2017-03-05initial commitJorge Aparicio