aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.chiptool
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-07-05 16:24:52 -0400
committerIan McIntyre <me@mciantyre.dev>2025-07-05 16:24:52 -0400
commit6f313f98fc8162c8dc7bac330fde927901cb9ba8 (patch)
treeb565427482d9fd16d0eae3791fb901882f9884da /Cargo.toml.chiptool
First commit
Diffstat (limited to 'Cargo.toml.chiptool')
-rw-r--r--Cargo.toml.chiptool12
1 files changed, 12 insertions, 0 deletions
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"]