aboutsummaryrefslogtreecommitdiff
path: root/crates/teensy4/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/teensy4/Cargo.toml')
-rw-r--r--crates/teensy4/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/teensy4/Cargo.toml b/crates/teensy4/Cargo.toml
new file mode 100644
index 0000000..4b196d5
--- /dev/null
+++ b/crates/teensy4/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "rust-threadx-teensy4"
+version = "0.1.0"
+edition = "2024"
+publish = false
+
+[dependencies]
+cortex-m = { workspace = true }
+teensy4-bsp = { version = "0.6", features = ["rt"] }
+
+rust-threadx-cortex-m = { workspace = true }
+rust-threadx-stdio-imxrt-usbd = { workspace = true }