aboutsummaryrefslogtreecommitdiff
path: root/imxrt1170evk/Cargo.toml
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2026-02-01 11:39:58 -0500
committerIan McIntyre <me@mciantyre.dev>2026-02-01 11:48:15 -0500
commite77962985d4610c2dbcf3bb9bc266ee023e57e88 (patch)
tree83ed5306005e10b958c99e16aff61daf014d33fa /imxrt1170evk/Cargo.toml
parent86978556cfd7fd1f82252c1bee19a6a1f1957b08 (diff)
Remove custom smoke tests for target-gen test
Diffstat (limited to 'imxrt1170evk/Cargo.toml')
-rw-r--r--imxrt1170evk/Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/imxrt1170evk/Cargo.toml b/imxrt1170evk/Cargo.toml
index 2e65e13..02d11cc 100644
--- a/imxrt1170evk/Cargo.toml
+++ b/imxrt1170evk/Cargo.toml
@@ -11,10 +11,3 @@ defmt-rtt = { workspace = true }
imxrt1170-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"] }