aboutsummaryrefslogtreecommitdiff
path: root/crates/qemu/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/qemu/Cargo.toml')
-rw-r--r--crates/qemu/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/crates/qemu/Cargo.toml b/crates/qemu/Cargo.toml
new file mode 100644
index 0000000..904f696
--- /dev/null
+++ b/crates/qemu/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "rust-threadx-qemu"
+version = "0.1.0"
+edition = "2024"
+publish = false
+
+[dependencies]
+cortex-m = { workspace = true }
+cortex-m-rt = { workspace = true }
+cortex-m-semihosting = { workspace = true }
+lm3s6965 = { workspace = true }
+panic-semihosting = { version = "0.6", features = ["exit"] }
+
+rust-threadx-cortex-m = { workspace = true }
+rust-threadx-stdio-semihosting = { workspace = true }