Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
Find a file
Jorge Aparicio b1e54883ac make the register_block field optional in the peripherals! macro
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-25 16:39:26 -05:00
ci add CI 2017-04-11 23:19:14 -05:00
src make the register_block field optional in the peripherals! macro 2017-05-25 16:39:26 -05:00
tests require Resource protected data to be Send, make tokens !Send 2017-05-08 13:25:20 -05:00
.gitignore update examples 2017-04-28 09:23:30 -05:00
.travis.yml ci: allow auto and try branches 2017-04-11 23:24:39 -05:00
build.rs drop the Ceiling newtype 2017-05-08 13:27:29 -05:00
Cargo.toml v0.1.0 2017-05-09 09:04:35 -05:00
CHANGELOG.md v0.1.0 2017-05-09 09:04:35 -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 v0.1.0 2017-05-09 09:04:35 -05:00

crates.io crates.io

cortex-m-rtfm

Real Time For the Masses (RTFM), a framework for building concurrent applications, for ARM Cortex-M MCUs

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.