From 635bee2d21704fd76d066be0f66ce2c70ebaacb7 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 30 Nov 2025 19:56:39 -0500 Subject: First commit --- imxrt1170/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 imxrt1170/Cargo.toml (limited to 'imxrt1170/Cargo.toml') diff --git a/imxrt1170/Cargo.toml b/imxrt1170/Cargo.toml new file mode 100644 index 0000000..9b43b2d --- /dev/null +++ b/imxrt1170/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "imxrt1170-flash-algos" +version = "0.1.0" +edition = "2024" +publish = false + +[dependencies] +imxrt-flash-algos = { workspace = true } +imxrt1170 = { workspace = true } -- cgit v1.2.3