aboutsummaryrefslogtreecommitdiff
path: root/crates/imxrt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/imxrt/Cargo.toml')
-rw-r--r--crates/imxrt/Cargo.toml19
1 files changed, 19 insertions, 0 deletions
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 }