aboutsummaryrefslogtreecommitdiff
path: root/imxrt1040evk/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'imxrt1040evk/Cargo.toml')
-rw-r--r--imxrt1040evk/Cargo.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/imxrt1040evk/Cargo.toml b/imxrt1040evk/Cargo.toml
new file mode 100644
index 0000000..3df3f8a
--- /dev/null
+++ b/imxrt1040evk/Cargo.toml
@@ -0,0 +1,20 @@
+[package]
+name = "imxrt1040evk"
+version = "0.1.0"
+edition = "2024"
+publish = false
+
+[dependencies]
+cortex-m = { workspace = true }
+defmt-rtt = { workspace = true }
+
+imxrt1040-flash-algos = { workspace = true }
+flash-algorithm = { workspace = true }
+panic-probe = { workspace = true }
+
+[build-dependencies]
+imxrt-rt = { workspace = true, features = ["device"] }
+
+[dev-dependencies]
+defmt = { workspace = true }
+imxrt-rt = { workspace = true, features = ["device"] }