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