[package]
edition = "2024"
rust-version = "1.85"
name = "cortex-m-semihosting"
version = "0.6.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semihosting for ARM Cortex-M processors"
documentation = "https://docs.rs/cortex-m-semihosting"
readme = "README.md"
keywords = [
"semihosting",
"arm",
"cortex-m",
]
categories = [
"no-std",
"embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/cortex-m"
[features]
jlink-quirks = []
no-semihosting = []
[lib]
name = "cortex_m_semihosting"
path = "src/lib.rs"
[dependencies.critical-section]
version = "1.0.0"