Skip to content

Commit

Permalink
Prepare 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Nov 26, 2024
1 parent b63e290 commit 1b95a97
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.3.0] 2024-12-02

- **BREAKING** Add support for additional chip select pins for `lpspi4`.

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

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

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

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

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

## [0.2.7] 2024-06-10

Expand Down Expand Up @@ -201,7 +203,9 @@ First release
- SPI
- UART

[Unreleased]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.8...v0.3.0
[0.2.8]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.4...v0.2.5
Expand Down

0 comments on commit 1b95a97

Please sign in to comment.