Skip to content

Commit

Permalink
Update imxrt dependencies, package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Nov 26, 2024
1 parent 7634432 commit db80e92
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
**BREAKING** Update `imxrt-usbd` to 0.3. Users are required to update to
`usb-device` 0.3 and its compatible dependencies.

**BREAKING** Update imxrt-rs dependencies that affect the public API:

- `imxrt-ral` 0.6
- `iomxrt-iomuxc` 0.3

**BREAKING** Remove deprecated APIs

- `clko2::Selection::TracClk`
Expand Down
14 changes: 10 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = { workspace = true }
categories = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
version = "0.5.7"
version = "0.6.0"

[dependencies.cfg-if]
version = "1.0"
Expand Down Expand Up @@ -106,14 +106,14 @@ members = ["board", "logging"]

[workspace.dependencies]
imxrt-dma = "0.1"
imxrt-iomuxc = "0.2.1"
imxrt-hal = { version = "0.5", path = "." }
imxrt-iomuxc = "0.3.0"
imxrt-hal = { version = "0.6", path = "." }
imxrt-log = { path = "logging", default-features = false, features = [
"log",
"lpuart",
"usbd",
] }
imxrt-ral = "0.5"
imxrt-ral = "0.6"
imxrt-rt = "0.1"
imxrt-usbd = "0.3"

Expand Down Expand Up @@ -204,3 +204,9 @@ name = "rtic_defmt_rtt"
[[example]]
name = "hal_i2c_lcd1602"
required-features = ["board/lcd1602"]

[patch.crates-io.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 logging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**BREAKING** Integrate breaking dependencies for the USB back-end:

- `imxrt-usbd` 0.3
- `imxrt-hal` 0.6
- `usb-device` 0.3
- `usbd-serial` 0.2

Expand Down
2 changes: 1 addition & 1 deletion logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imxrt-log"
version = "0.1.2"
version = "0.2.0"
edition = { workspace = true }
description = "Logging extensions for i.MX RT processors."
repository = { workspace = true }
Expand Down

0 comments on commit db80e92

Please sign in to comment.