panic-semihosting 0.1.0

Report panic messages to the host stderr using semihosting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["no-std"]
description = "Report panic messages to the host stderr using semihosting"
keywords = ["panic-impl", "panic", "semihosting"]
license = "MIT OR Apache-2.0"
name = "panic-semihosting"
repository = "https://github.com/japaric/panic-semihosting"
version = "0.1.0"

[dependencies]
cortex-m-semihosting = "0.2.0"
cortex-m = "0.4.3"