aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Ursprung <[email protected]>2025-06-08 12:14:56 +0200
committerRalph Ursprung <[email protected]>2025-07-08 23:05:49 +0200
commit9f9c6f328d1da8a4ec7bea41b4d1355665af55cb (patch)
treeae8e4057f85efa0cd81aadede44893441fd88d66
parenta52ca758ac84af5b9fafa9f6cc0562495a796ffd (diff)
prepare changelog for `embassy-time-driver` v0.2.1
-rw-r--r--embassy-time-driver/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/embassy-time-driver/CHANGELOG.md b/embassy-time-driver/CHANGELOG.md
index 744b0f648..349df15a7 100644
--- a/embassy-time-driver/CHANGELOG.md
+++ b/embassy-time-driver/CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8## Unreleased
9
10- Allow inlining on time driver boundary
11- add 133MHz tick rate to support PR2040 @ 133MHz when `TIMERx`'s `SOURCE` is set to `SYSCLK`
12
8## 0.2.0 - 2025-01-02 13## 0.2.0 - 2025-01-02
9 14
10- The `allocate_alarm`, `set_alarm_callback`, `set_alarm` functions have been removed. 15- The `allocate_alarm`, `set_alarm_callback`, `set_alarm` functions have been removed.