panic-itm 0.4.2

Log panic messages using the ITM (Instrumentation Trace Macrocell)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.cortex-m]
version = ">= 0.5.8, < 0.8"

[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"