aboutsummaryrefslogtreecommitdiff
path: root/imxrt1160evk/Cargo.toml
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-11-30 19:56:39 -0500
committerIan McIntyre <me@mciantyre.dev>2025-11-30 19:56:39 -0500
commit635bee2d21704fd76d066be0f66ce2c70ebaacb7 (patch)
tree98cbf691f75a478b6e849fe8e1de641f50094d61 /imxrt1160evk/Cargo.toml
First commit
Diffstat (limited to 'imxrt1160evk/Cargo.toml')
-rw-r--r--imxrt1160evk/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/imxrt1160evk/Cargo.toml b/imxrt1160evk/Cargo.toml
new file mode 100644
index 0000000..450c974
--- /dev/null
+++ b/imxrt1160evk/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "imxrt1160evk"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+cortex-m = { workspace = true }
+defmt-rtt = { workspace = true }
+
+imxrt1160-flash-algos = { workspace = true }
+flash-algorithm = { workspace = true }
+panic-probe = { workspace = true }