aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-driver
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-time-driver')
-rw-r--r--embassy-time-driver/CHANGELOG.md2
-rw-r--r--embassy-time-driver/Cargo.toml4
2 files changed, 4 insertions, 2 deletions
diff --git a/embassy-time-driver/CHANGELOG.md b/embassy-time-driver/CHANGELOG.md
index b61a10bf6..cdd432437 100644
--- a/embassy-time-driver/CHANGELOG.md
+++ b/embassy-time-driver/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11## 0.2.1 - 2025-08-26
12
11- Allow inlining on time driver boundary 13- Allow inlining on time driver boundary
12- add 133MHz tick rate to support PR2040 @ 133MHz when `TIMERx`'s `SOURCE` is set to `SYSCLK` 14- add 133MHz tick rate to support PR2040 @ 133MHz when `TIMERx`'s `SOURCE` is set to `SYSCLK`
13 15
diff --git a/embassy-time-driver/Cargo.toml b/embassy-time-driver/Cargo.toml
index 16213cb75..56ef3d15f 100644
--- a/embassy-time-driver/Cargo.toml
+++ b/embassy-time-driver/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-time-driver" 2name = "embassy-time-driver"
3version = "0.2.0" 3version = "0.2.1"
4edition = "2021" 4edition = "2021"
5description = "Driver trait for embassy-time" 5description = "Driver trait for embassy-time"
6repository = "https://github.com/embassy-rs/embassy" 6repository = "https://github.com/embassy-rs/embassy"
@@ -373,4 +373,4 @@ document-features = "0.2.7"
373 373
374[dev-dependencies] 374[dev-dependencies]
375critical-section = "1" 375critical-section = "1"
376embassy-time-queue-utils = { path = "../embassy-time-queue-utils" } \ No newline at end of file 376embassy-time-queue-utils = { path = "../embassy-time-queue-utils" }