From bb1b682deb5931b24ea7bd191aadf5a927140b14 Mon Sep 17 00:00:00 2001 From: Ralph Ursprung Date: Sun, 8 Jun 2025 12:23:11 +0200 Subject: prepare changelog for `embassy-time` v0.4.1 --- embassy-time/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'embassy-time') diff --git a/embassy-time/CHANGELOG.md b/embassy-time/CHANGELOG.md index 09e951ce4..49b3b4586 100644 --- a/embassy-time/CHANGELOG.md +++ b/embassy-time/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +- Allow inlining on time driver boundary +- Add `saturating_add` and `saturating_sub` to `Instant` +- Add `Instant::try_from_*` constructor functions +- Add `Duration::try_from_*` constructor functions +- Don't select `critical-section` impl for `std` +- Manually implement the future for `with_timeout` +- Add 133MHz tick rate to support PR2040 @ 133MHz when `TIMERx`'s `SOURCE` is set to `SYSCLK` + ## 0.4.0 - 2025-01-02 - `embassy-time-driver` updated from v0.1 to v0.2. -- cgit