panic-probe 0.1.0

Panic handler that exits `probe-run` with an error code
Documentation
[dependencies.cortex-m]
version = "0.6.3"

[dependencies.cortex-m-rt]
version = "0.6.12"

[dependencies.defmt]
optional = true
version = "0.1.0"

[dependencies.rtt-target]
optional = true
version = "0.2.2"

[features]
defmt-error = []
print-defmt = ["defmt", "defmt-error"]
print-rtt = ["rtt-target"]

[package]
authors = ["The Knurling Authors"]
categories = ["embedded", "no-std"]
description = "Panic handler that exits `probe-run` with an error code"
edition = "2018"
keywords = ["knurling", "panic-impl", "defmt", "probe-run"]
license = "MIT OR Apache-2.0"
name = "panic-probe"
readme = "README.md"
repository = "https://github.com/knurling-rs/probe-run"
version = "0.1.0"
[package.metadata.docs.rs]
default-target = "thumbv7m-none-eabi"