1
0
Fork 0
mirror of https://github.com/rtic-rs/rtic.git synced 2025-03-22 22:16:21 +01:00
rtic/rtic-monotonics
Ronald Weber 587f183842
Update esp32-c3 and esp-hal crates ()
* Bump esp32-c3 to 0.27.0

* Update esp-hal to 0.23.1

* Add Changelog entry
2025-02-09 20:51:19 +00:00
..
src ATSAMD RTC monotonic referral in documentation () 2025-01-24 20:08:52 +00:00
.gitignore Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) 2023-03-01 00:33:31 +01:00
build.rs Fix CI with 1.80 2024-08-07 21:09:58 +02:00
Cargo.toml Update esp32-c3 and esp-hal crates () 2025-02-09 20:51:19 +00:00
CHANGELOG.md Update esp32-c3 and esp-hal crates () 2025-02-09 20:51:19 +00:00
README.md ATSAMD RTC monotonic referral in documentation () 2025-01-24 20:08:52 +00:00

crates.io crates.io

rtic-monotonics

Core abstractions of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers

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

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.