aboutsummaryrefslogtreecommitdiff
path: root/panic-itm/Cargo.toml
blob: 5ff6d82a52120fa9a0d8059bae2e607321b86f98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = [
    "The Cortex-M Team <cortex-m@teams.rust-embedded.org>",
    "Jorge Aparicio <jorge@japaric.io>",
]
categories = ["no-std", "embedded"]
description = "Log panic messages using the ITM (Instrumentation Trace Macrocell)"
documentation = "https://docs.rs/panic-itm"
keywords = ["panic-impl", "panic-handler", "ITM", "ARM", "Cortex-M"]
license = "MIT OR Apache-2.0"
name = "panic-itm"
repository = "https://github.com/rust-embedded/cortex-m"
version = "0.4.2"

[dependencies]
cortex-m = { path = "../cortex-m", version = ">= 0.5.8, < 0.8" }