panic-dcc 0.1.1

Report panic messages to the host using the Debug Communication Channel (DCC)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arm-dcc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67039ca654718fb8c6acff38661f610c63c9b53e14509c78210be3a1f9e2defe"

[[package]]
name = "panic-dcc"
version = "0.1.1"
dependencies = [
 "arm-dcc",
]