Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.02 KB

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.