blob: 904f6967afdd4e9c76694078f4daf2fc37e04727 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 }
|