Give users the option to configure SYST with an external clock source. By default, the clock source is the core, which keeps us backwards compatible. `_start` has a new input, but since users don't call that function directly, it doesn't seem like a problem to break that public API. |
||
|---|---|---|
| .. | ||
| 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.