diff options
Diffstat (limited to 'crates/imxrt1170evk/Cargo.toml')
| -rw-r--r-- | crates/imxrt1170evk/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/imxrt1170evk/Cargo.toml b/crates/imxrt1170evk/Cargo.toml index 995eff0..f442508 100644 --- a/crates/imxrt1170evk/Cargo.toml +++ b/crates/imxrt1170evk/Cargo.toml @@ -5,12 +5,14 @@ edition = "2024" publish = false [dependencies] -imxrt-ral = { workspace = true, features = ["imxrt1176_cm7"] } +imxrt1170 = { workspace = true } imxrt-rt = { workspace = true } imxrt1170evk-fcb = { version = "0.2" } cortex-m = { workspace = true } rust-threadx-cortex-m = { workspace = true } +rust-threadx-imxrt = { workspace = true } +rust-threadx-net-phys = { workspace = true } rust-threadx-stdio-semihosting = { workspace = true } [build-dependencies] |
