6 releases (1 stable)
1.0.0 | Dec 25, 2021 |
---|---|
0.1.0-rc.2 | Nov 9, 2021 |
0.1.0-rc.1 | Sep 27, 2021 |
0.1.0-alpha.2 | Jul 9, 2021 |
0.1.0-alpha.0 | Mar 4, 2021 |
#347 in Concurrency
8,739 downloads per month
Used in 58 crates
(17 directly)
9KB
rtic-monotonic
Core abstractions of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonic timers
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) Monotonic timers, used internally for scheduling and users can use them for time.
You can write generic libraries and HALs using the Monotonic
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: