File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.5.9] 2024-11-24
6
+
5
7
Correct LPSPI receive operations. Previously, ` u8 ` and ` u16 ` elements received
6
8
by the driver were returned out of order to the user. This release fixes the
7
9
ordering. If you were correcting this behavior in application code, you'll need
8
10
to remove that behavior before adopting this fix.
9
11
12
+ Add ` core::fmt::Debug ` implementation for ` TempMon ` .
13
+
10
14
## [ 0.5.8] 2024-11-01
11
15
12
16
Fix LPUART baud rate computation, ensuring updates to SBR when evaluating other
@@ -333,6 +337,7 @@ The release includes 0.3.1 fixes.
333
337
Prior releases were not tracked with a changelog entry.
334
338
335
339
[Unreleased ]: https: // github.com/imxrt-rs/imxrt-hal/compare/0.5.8...main
340
+ [0. 5. 9]: https: // github.com/imxrt-rs/imxrt-rs/compare/0.5.8...0.5.9
336
341
[0. 5. 8]: https: // github.com/imxrt-rs/imxrt-rs/compare/0.5.7...0.5.8
337
342
[0. 5. 7]: https: // github.com/imxrt-rs/imxrt-rs/compare/0.5.6...0.5.7
338
343
[0. 5. 6]: https: // github.com/imxrt-rs/imxrt-rs/compare/0.5.5...0.5.6
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ keywords = { workspace = true }
13
13
categories = { workspace = true }
14
14
license = { workspace = true }
15
15
edition = { workspace = true }
16
- version = " 0.5.8 "
16
+ version = " 0.5.9 "
17
17
18
18
[dependencies .cfg-if ]
19
19
version = " 1.0"
You can’t perform that action at this time.
0 commit comments