Awesome
Real-Time Interrupt-driven Concurrency
Coordination repository of the development of the Real-Time Interrupt-driven Concurrency framework
This repository issue tracker is used by the developers to coordinate efforts towards making RTIC a great choice for embedded real-time development.
Want to get started with real-time embedded development with Rust?
Check out the Rust-embedded book and the RTIC book
The developers
Hibernating
The following members have put themselves into hibernation the hibernation state, due to being absent or busy for an extended amount of time. See ops/hibernating.md.
Contact
- To come into contact with us please open an issue here
- Or come and talk to us in the RTIC Matrix Room
RFCs
When the team deems it necessary the RFC process may be used to make decisions or to design processes, user interfaces, APIs, etc.
Learn more about the Rust's RFC process (which is the same as our own) here.
To create an RFC, simply:
- clone this repo to your own personal one
- copy
0000-template.md
totext/0000-my-feature.md
(where "my-feature" is descriptive. Don't assign an RFC number yet) - fill in the details of your RFC in that file
- Open an pull request with this repository