From 6f313f98fc8162c8dc7bac330fde927901cb9ba8 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sat, 5 Jul 2025 16:24:52 -0400 Subject: First commit --- Cargo.toml.chiptool | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml.chiptool (limited to 'Cargo.toml.chiptool') diff --git a/Cargo.toml.chiptool b/Cargo.toml.chiptool new file mode 100644 index 0000000..4397cf5 --- /dev/null +++ b/Cargo.toml.chiptool @@ -0,0 +1,12 @@ +[package] +name = "imxrt-chiptool" +version = "0.1.0" +edition = "2024" + +[dependencies] +cortex-m = { version = "0.7" } +cortex-m-rt = { version = "0.7", optional = true } +defmt = { version = "1", optional = true } + +[features] +rt = ["cortex-m-rt/device"] -- cgit v1.2.3