Updates the requirements on [imxrt-ral](https://github.com/imxrt-rs/imxrt-ral) to permit the latest version. - [Release notes](https://github.com/imxrt-rs/imxrt-ral/releases) - [Changelog](https://github.com/imxrt-rs/imxrt-ral/blob/master/CHANGELOG.md) - [Commits](https://github.com/imxrt-rs/imxrt-ral/compare/0.5.3...0.6.1) --- updated-dependencies: - dependency-name: imxrt-ral dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| README.md | ||
rtic-monotonics
Reference implementations of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers
Uses rtic-time defined Monotonic trait.
rtic-monotonics is for RTIC v2.
For RTIC v1 see rtic-monotonic
Documentation
RTIC book: chapter on monotonics
Changelog rtic-monotonics
Supported Platforms
The following microcontroller families feature efficient monotonics using peripherals. Refer to the crate documentation for more details.
- RP2040
- i.MX RT
- nRF
- ATSAMD
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.