#rtfm #bare-metal #framework #cortex-m #rtic

no-std rtfm-core

Core abstractions of the Real Time For the Masses framework

3 releases (breaking)

Uses old Rust 2015

0.3.0 Nov 14, 2019
0.3.0-beta.2 Oct 15, 2019
0.3.0-beta.1 Sep 15, 2019
0.2.0 Jan 15, 2018
0.1.0 Jul 29, 2017

#1973 in Embedded development

Download history 118/week @ 2023-10-23 127/week @ 2023-10-30 141/week @ 2023-11-06 88/week @ 2023-11-13 216/week @ 2023-11-20 144/week @ 2023-11-27 83/week @ 2023-12-04 103/week @ 2023-12-11 121/week @ 2023-12-18 100/week @ 2023-12-25 60/week @ 2024-01-01 104/week @ 2024-01-08 101/week @ 2024-01-15 85/week @ 2024-01-22 73/week @ 2024-01-29 86/week @ 2024-02-05

361 downloads per month
Used in 7 crates (via cortex-m-rtfm)

MIT/Apache

8KB
63 lines

crates.io crates.io

rtfm-core

Core abstractions of the Real Time For the Masses

Documentation

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.


lib.rs:

Core abstractions of the Real Time For the Masses (RTFM) framework

You can write generic libraries using the Mutex trait in this crate. If you want to write application code then you'll need an implementation of the RTFM framework for a particular architecture. Currently, there are implementations for these architectures and OSes:

No runtime deps