3 releases (1 stable)
1.0.0 | Dec 25, 2021 |
---|---|
0.3.1 | Nov 14, 2020 |
0.3.0 | Jun 11, 2020 |
#1201 in Concurrency
11,684 downloads per month
Used in 75 crates
(4 directly)
11KB
157 lines
rtic-core
Core abstractions of the Real-Time Interrupt-driven Concurrency
Documentation
License
Licensed under either of
-
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
-
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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 Interrupt-driven Concurrency (RTIC) 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 RTIC framework for a particular
architecture. Currently, there are implementations for these architectures and OSes: