aboutsummaryrefslogtreecommitdiff
path: root/chips/imxrt1180/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'chips/imxrt1180/Cargo.toml')
-rw-r--r--chips/imxrt1180/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/chips/imxrt1180/Cargo.toml b/chips/imxrt1180/Cargo.toml
new file mode 100644
index 0000000..f01d3ad
--- /dev/null
+++ b/chips/imxrt1180/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "imxrt1180"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+cortex-m = { workspace = true }
+ral-registers = { workspace = true }
+
+imxrt-drivers-ccm-11xx = { workspace = true }
+imxrt-drivers-iomuxc-11xx = { workspace = true }
+imxrt-drivers-lpspi= { workspace = true }
+imxrt-drivers-rgpio = { workspace = true }