Skip to content

Commit 71b68e8

Browse files
committed
Prepare 0.5.10 release
1 parent 2b7133d commit 71b68e8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.5.10] 2025-06-14
6+
7+
Add SAI driver, supporting audio transmit, for 1000 series MCUs. 1170 support
8+
is unavailable without an imxrt-ral breaking change. Additionally, there are
9+
no SAI clock gates implemented for the 1020.
10+
511
## [0.5.9] 2024-11-24
612

713
Correct LPSPI receive operations. Previously, `u8` and `u16` elements received
@@ -337,6 +343,7 @@ The release includes 0.3.1 fixes.
337343
Prior releases were not tracked with a changelog entry.
338344

339345
[Unreleased]: https://github.com/imxrt-rs/imxrt-hal/compare/0.5.8...main
346+
[0.5.10]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.9...0.5.10
340347
[0.5.9]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.8...0.5.9
341348
[0.5.8]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.7...0.5.8
342349
[0.5.7]: https://github.com/imxrt-rs/imxrt-rs/compare/0.5.6...0.5.7

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = { workspace = true }
1313
categories = { workspace = true }
1414
license = { workspace = true }
1515
edition = { workspace = true }
16-
version = "0.5.9"
16+
version = "0.5.10"
1717

1818
[dependencies.cfg-if]
1919
version = "1.0"

0 commit comments

Comments
 (0)