Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
Find a file
Jorge Aparicio 840c32060b hide the unsafe Peripheral::new constructor
`peripherals!` is the safe way to declare `Peripheral`s
2017-04-25 19:46:33 -05:00
ci add CI 2017-04-11 23:19:14 -05:00
src hide the unsafe Peripheral::new constructor 2017-04-25 19:46:33 -05:00
tests add a peripherals! macro 2017-04-25 14:13:46 -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 more docs, remove Ceiling / Priority / Level traits 2017-04-21 00:24:54 -05:00
Cargo.toml more docs, remove Ceiling / Priority / Level traits 2017-04-21 00:24:54 -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 more docs, remove Ceiling / Priority / Level traits 2017-04-21 00:24:54 -05:00

cortex-m-rtfm

Real Time For the Masses (Cortex-M edition)

Manual

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.