Skip to content

Commit

Permalink
Update CHANGELOG, patches, given 1180 support
Browse files Browse the repository at this point in the history
I forgot to retarget the patch after I merged in the imxrt-ral support.
The rest of this commit updates documentation, describing the
1180-supporting changes we recently introduced.
  • Loading branch information
mciantyre committed Dec 3, 2024
1 parent ca25e95 commit a518493
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@

**BREAKING** `LpspiError::{Busy, NoData}` are removed as possible LPSPI errors.

**BREAKING** The following peripherals are not available on the 1180. Therefore,
they are no longer considered common. However, their APIs are unchanged, and they
are still exposed when building with a chip feature.

- `gpio`
- `pit`
- `snvs`
- `timer`

Introduce an `imxrt1180` feature to support the RT1180 series.

## [0.5.9] 2024-11-24

Correct LPSPI receive operations. Previously, `u8` and `u16` elements received
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ name = "hal_i2c_lcd1602"
required-features = ["board/lcd1602"]

[patch.crates-io.imxrt-ral]
git = "https://github.com/mciantyre/imxrt-ral"
git = "https://github.com/imxrt-rs/imxrt-ral"

[patch.crates-io.imxrt-iomuxc]
git = "https://github.com/imxrt-rs/imxrt-iomuxc"
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
//! | `"imxrt1060"` | Enable features for the 1060 chips. |
//! | `"imxrt1064"` | Enable features for the 1064 chips. |
//! | `"imxrt1170"` | Enable features for the 1170 chips. |
//! | `"imxrt1180"` | Enable features for the 1180 chips. |
//! | `"eh02-unproven"` | Enable implementations for embedded-hal 0.2 `"unproven"` traits. |
//! | `"rand_core"` | Allows the TRNG to be used with the `rand` package. |
//!
Expand Down

0 comments on commit a518493

Please sign in to comment.