#real-time #interrupt-driven #abstraction #rtic #framework #mutex

no-std rtic-core

Core abstractions of the Real-Time Interrupt-driven Concurrency framework

3 releases (1 stable)

1.0.0 Dec 25, 2021
0.3.1 Nov 14, 2020
0.3.0 Jun 11, 2020

#1016 in Concurrency

Download history 4286/week @ 2023-12-14 3288/week @ 2023-12-21 3589/week @ 2023-12-28 6129/week @ 2024-01-04 4254/week @ 2024-01-11 3954/week @ 2024-01-18 4341/week @ 2024-01-25 3014/week @ 2024-02-01 4623/week @ 2024-02-08 3600/week @ 2024-02-15 4902/week @ 2024-02-22 4302/week @ 2024-02-29 4991/week @ 2024-03-07 3124/week @ 2024-03-14 4150/week @ 2024-03-21 3305/week @ 2024-03-28

16,214 downloads per month
Used in 75 crates (4 directly)

MIT/Apache

11KB
157 lines

crates.io crates.io

rtic-core

Core abstractions of the Real-Time Interrupt-driven Concurrency

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 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:

No runtime deps