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