From c4962c8b9207e9474659526e91a1cf387d2a7b8f Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 9 Aug 2026 12:09:22 -0400 Subject: Integrate ENET, GPIO, PHY drivers for 1170EVK --- crates/imxrt/Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 crates/imxrt/Cargo.toml (limited to 'crates/imxrt/Cargo.toml') diff --git a/crates/imxrt/Cargo.toml b/crates/imxrt/Cargo.toml new file mode 100644 index 0000000..a5b7a15 --- /dev/null +++ b/crates/imxrt/Cargo.toml @@ -0,0 +1,19 @@ +# SPDX-License-Identifier: MPL-2.0 +# SPDX-FileCopyrightText: Copyright 2025 Ian McIntyre + +[package] +name = "rust-threadx-imxrt" +version = "0.1.0" +edition = "2024" +publish = false + +[dependencies] +cortex-m = { workspace = true } +imxrt-rt = { workspace = true, optional = true } + +rust-threadx-net-phys = { workspace = true } + +imxrt-drivers-enet = { workspace = true } +imxrt-drivers-gpio = { workspace = true } + +ral-registers = { workspace = true } -- cgit v1.2.3