aboutsummaryrefslogtreecommitdiff
path: root/crates/imxrt1170evk/Cargo.toml
blob: f442508ae0b5d15a8964f35eb83216c99f3b404f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "rust-threadx-imxrt1170evk"
version = "0.1.0"
edition = "2024"
publish = false

[dependencies]
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]
imxrt-rt = { workspace = true }