File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.3.0] 2024-12-02
8
+
7
9
- ** BREAKING** Add support for additional chip select pins for ` lpspi4 ` .
8
10
9
11
- ** BREAKING** Remove the deprecated pull / keeper configuration API.
10
12
11
13
- ** BREAKING** Change the type of the ` lpspi::Pin::DAISY ` and ` lpi2c::Pin::DAISY `
12
14
associated constant to an ` Option<Daisy> ` .
13
15
14
- Enable an open drain when preparing I2C pins on 10xx MCUs .
16
+ - Add i.MX RT 1180 support with the ` "imxrt1180" ` feature .
15
17
16
- - Add remaining FlexPWM pins for the 1060 MCUs.
18
+ ## [ 0.2.8 ] 2024-07-18
17
19
18
- - Add i.MX RT 1180 support with the ` "imxrt1180" ` feature .
20
+ - Add remaining FlexPWM pins for the 1060 MCUs .
19
21
20
22
## [ 0.2.7] 2024-06-10
21
23
@@ -201,7 +203,9 @@ First release
201
203
- SPI
202
204
- UART
203
205
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
205
209
[ 0.2.7 ] : https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.6...v0.2.7
206
210
[ 0.2.6 ] : https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.5...v0.2.6
207
211
[ 0.2.5 ] : https://github.com/imxrt-rs/imxrt-iomuxc/compare/v0.2.4...v0.2.5
You can’t perform that action at this time.
0 commit comments