Skip to content

Commit

Permalink
Add 0.2.4 through 0.2.7 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Jun 10, 2024
1 parent 5d791a6 commit 9f9487e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ All notable changes to this project will be documented in this file.

Enable an open drain when preparing I2C pins on 10xx MCUs.

## [0.2.7] 2024-06-10

- Fix many 1170 GPIO implementations, most which incorrectly specified their
offset. Introduce a few missing GPIO implementations.

## [0.2.6] 2024-01-27

- Enable an open drain when preparing I2C pins on 10xx MCUs.

## [0.2.5] 2023-12-23

- Add SAI pin implementations for the 1020.

## [0.2.4] 2023-11-17

- Add SAI pin implementations for the 1010.

## [0.2.3] 2023-09-09

- Add FlexIO pin implementations for 1010 and 1020 pads.
Expand Down Expand Up @@ -181,6 +198,10 @@ First release
- UART

[Unreleased]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.0...HEAD
[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
[0.2.4]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.0...v0.2.1
Expand Down

0 comments on commit 9f9487e

Please sign in to comment.