Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
matrix:
rust: [stable, 1.59]
target:
- armebv7r-none-eabi
- armebv7r-none-eabihf
- armv7r-none-eabi
- armv7r-none-eabihf
- armv8r-none-eabihf
- aarch64-unknown-none
exclude:
- rust: 1.59
target: armv8r-none-eabihf # not available in rustup for 1.59
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -42,6 +45,7 @@ jobs:
- armv7r-none-eabi
- armv7r-none-eabihf
- armv8r-none-eabihf
- aarch64v8r-unknown-none
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -70,10 +74,13 @@ jobs:
matrix:
rust: [stable, 1.59]
target:
- armebv7r-none-eabi
- armebv7r-none-eabihf
- armv7r-none-eabi
- armv7r-none-eabihf
- armv8r-none-eabihf
- aarch64-unknown-none
exclude:
- rust: 1.59
target: armv8r-none-eabihf # not available in rustup for 1.59
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -109,10 +116,13 @@ jobs:
matrix:
rust: [stable, 1.59]
target:
- armebv7r-none-eabi
- armebv7r-none-eabihf
- armv7r-none-eabi
- armv7r-none-eabihf
- armv8r-none-eabihf
- aarch64-unknown-none
exclude:
- rust: 1.59
target: armv8r-none-eabihf # not available in rustup for 1.59
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

> [Debug Communication Channel][dcc] (DCC) API

[dcc]: https://developer.arm.com/docs/dui0471/latest/debug-communications-channel
This project is developed and maintained by the [Embedded Devices Working Group's Arm team][team].

This project is developed and maintained by the [Cortex-R team][team].
[team]: https://github.com/rust-embedded/wg#the-arm-team
[dcc]: https://developer.arm.com/docs/dui0471/latest/debug-communications-channel

## Contents

Expand All @@ -25,8 +26,7 @@ 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][CoC], the maintainer of this crate, the [Cortex-R team][team], promises
to intervene to uphold that code of conduct.
Conduct][CoC], the maintainer of this crate, the [Embedded Devices Working
Group's Arm team][team], promises to intervene to uphold that code of conduct.

[CoC]: CODE_OF_CONDUCT.md
[team]: https://github.com/rust-embedded/wg#the-cortex-r-team
7 changes: 4 additions & 3 deletions arm-dcc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

> a library for sending formatted text to the Arm [Debug Communication Channel][dcc] (DCC) interface

[dcc]: https://developer.arm.com/docs/dui0471/latest/debug-communications-channel

This project is developed and maintained by the [Cortex-R team][team].
This project is developed and maintained by the [Embedded Devices Working Group's Arm team][team].

See the docs at <https://docs.rs/arm-dcc>

[dcc]: https://developer.arm.com/docs/dui0471/latest/debug-communications-channel
[team]: https://github.com/rust-embedded/wg#the-arm-team

## Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.59 and up. It *might*
Expand Down
9 changes: 5 additions & 4 deletions panic-dcc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

> a panic handler that uses [`arm-dcc`] to print the panic info over an Arm [Debug Communication Channel][dcc] (DCC) interface

[`arm-dcc`]: https://crates.io/crates/arm-dcc
[dcc]: https://developer.arm.com/docs/dui0471/latest/debug-communications-channel

This project is developed and maintained by the [Cortex-R team][team].
This project is developed and maintained by the [Embedded Devices Working Group's Arm team][team].

See the docs at <https://docs.rs/panic-dcc>

[`arm-dcc`]: https://crates.io/crates/arm-dcc
[dcc]: https://developer.arm.com/docs/dui0471/latest/debug-communications-channel
[team]: https://github.com/rust-embedded/wg#the-arm-team

## Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.59 and up. It *might*
Expand Down