panic-semihosting 0.6.0

Report panic messages to the host stderr using semihosting
Documentation
[dependencies.cortex-m]
version = ">= 0.5.6, < 0.8"

[dependencies.cortex-m-semihosting]
version = ">= 0.5.0, < 0.6"

[features]
exit = []
jlink-quirks = ["cortex-m-semihosting/jlink-quirks"]

[package]
authors = ["The Cortex-M Team <cortex-m@teams.rust-embedded.org>", "Jorge Aparicio <jorge@japaric.io>"]
categories = ["no-std", "embedded"]
description = "Report panic messages to the host stderr using semihosting"
documentation = "https://docs.rs/panic-semihosting"
edition = "2021"
keywords = ["panic-handler", "panic-impl", "panic", "semihosting"]
license = "MIT OR Apache-2.0"
name = "panic-semihosting"
repository = "https://github.com/rust-embedded/cortex-m"
resolver = "2"
rust-version = "1.59"
version = "0.6.0"

[package.metadata.docs.rs]
targets = ["thumbv6m-none-eabi"]