diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce29799..bf7236c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -42,6 +45,7 @@ jobs: - armv7r-none-eabi - armv7r-none-eabihf - armv8r-none-eabihf + - aarch64v8r-unknown-none steps: - name: Checkout uses: actions/checkout@v4 @@ -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 @@ -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 diff --git a/README.md b/README.md index 17bd2a7..a777e68 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/arm-dcc/README.md b/arm-dcc/README.md index 8d272d4..01fd3b6 100644 --- a/arm-dcc/README.md +++ b/arm-dcc/README.md @@ -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 +[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* diff --git a/panic-dcc/README.md b/panic-dcc/README.md index 036aff0..053e9bf 100644 --- a/panic-dcc/README.md +++ b/panic-dcc/README.md @@ -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 +[`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*