From 7ffc62ab8613b097485b2c664093e649907dc2a1 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Mon, 3 Aug 2026 07:46:10 -0400 Subject: First commit --- crates/teensy4/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 crates/teensy4/Cargo.toml (limited to 'crates/teensy4/Cargo.toml') 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 } -- cgit v1.2.3