Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
Find a file
Jorge Aparicio fdc060c273 remove system ceiling from lock_mut closure
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 23:00:39 -05:00
ci add CI 2017-04-11 23:19:14 -05:00
src remove system ceiling from lock_mut closure 2017-04-13 23:00:39 -05:00
tests fix memory safety hole around borrow 2017-04-13 22:58:29 -05:00
.gitignore compile time verified ceilings 2017-04-09 22:42:17 -05:00
.travis.yml ci: allow auto and try branches 2017-04-11 23:24:39 -05:00
build.rs rustfmt 2017-04-12 15:28:18 -05:00
Cargo.toml compile time verified ceilings 2017-04-09 22:42:17 -05:00
LICENSE-APACHE initial commit 2017-03-05 00:29:08 -05:00
LICENSE-MIT initial commit 2017-03-05 00:29:08 -05:00
README.md initial commit 2017-03-05 00:29:08 -05:00

cortex-m-srp

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.