Skip to content

rust-embedded/arm-dcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.