Skip to content

Commit 1b95a97

Browse files
committed
Prepare 0.3.0 release
1 parent b63e290 commit 1b95a97

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.3.0] 2024-12-02
8+
79
- **BREAKING** Add support for additional chip select pins for `lpspi4`.
810

911
- **BREAKING** Remove the deprecated pull / keeper configuration API.
1012

1113
- **BREAKING** Change the type of the `lpspi::Pin::DAISY` and `lpi2c::Pin::DAISY`
1214
associated constant to an `Option<Daisy>`.
1315

14-
Enable an open drain when preparing I2C pins on 10xx MCUs.
16+
- Add i.MX RT 1180 support with the `"imxrt1180"` feature.
1517

16-
- Add remaining FlexPWM pins for the 1060 MCUs.
18+
## [0.2.8] 2024-07-18
1719

18-
- Add i.MX RT 1180 support with the `"imxrt1180"` feature.
20+
- Add remaining FlexPWM pins for the 1060 MCUs.
1921

2022
## [0.2.7] 2024-06-10
2123

@@ -201,7 +203,9 @@ First release
201203
- SPI
202204
- UART
203205

204-
[Unreleased]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.0...HEAD
206+
[Unreleased]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.3.0...HEAD
207+
[0.3.0]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.8...v0.3.0
208+
[0.2.8]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.7...v0.2.8
205209
[0.2.7]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.6...v0.2.7
206210
[0.2.6]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.5...v0.2.6
207211
[0.2.5]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.4...v0.2.5

0 commit comments

Comments
 (0)