GitHub - rust-embedded/arm-dcc: Debug Communication Channel (DCC) API (original) (raw)
arm-dcc
Debug Communication Channel (DCC) API
This project is developed and maintained by the Cortex-R team.
Contents
This repository contains two crates:
- arm-dcc - a library for sending formatted text to the Arm DCC interface
- panic-dcc - a library which implements a panic handler that uses
arm-dcc
to print the panic info
Minimum Supported Rust Version (MSRV)
This crate is guaranteed to compile on stable Rust 1.59 and up. It _might_compile with older versions but that may change in any new patch release.
License
See the individual crates for licence details.
Code of Conduct
Contribution to this crate is organized under the terms of the Rust Code of Conduct, the maintainer of this crate, the Cortex-R team, promises to intervene to uphold that code of conduct.