Skip to content

Commit 69115b5

Browse files
bors[bot]japaric
andcommitted
Merge #287
287: add cortex-r, dcc and panic-dcc to crates maintained by the cortex-r team r=paoloteti a=japaric DCC (Debug Communication Channel) is a debug interface similar to Cortex-M's ITM. r? @rust-embedded/cortex-r Co-authored-by: Jorge Aparicio <[email protected]>
2 parents 351c0a5 + 5d1d6c7 commit 69115b5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,9 @@ The Cortex-R team develops and maintains the core of the Cortex-R crate ecosyste
185185

186186
#### Projects
187187

188-
It's early days for this team. They don't maintain projects within this
189-
organization at the moment.
188+
- [`arm-dcc`]
189+
- [`cortex-r`]
190+
- [`panic-dcc`]
190191

191192
### The embedded Linux team
192193

@@ -407,12 +408,14 @@ https://mozilla.logbot.info/rust-embedded
407408
[The embedded Rust book]: https://book.rust-embedded.org/
408409
[The embedonomicon]: https://github.com/rust-embedded/embedonomicon
409410
[`alloc-cortex-m`]: https://github.com/rust-embedded/alloc-cortex-m
411+
[`arm-dcc`]: https://github.com/rust-embedded/arm-dcc
410412
[`cargo-binutils`]: https://github.com/rust-embedded/cargo-binutils
411413
[`cortex-a`]: https://github.com/rust-embedded/cortex-a
412414
[`cortex-m-quickstart`]: https://github.com/rust-embedded/cortex-m-quickstart
413415
[`cortex-m-rt`]: https://github.com/rust-embedded/cortex-m-rt
414416
[`cortex-m-semihosting`]: https://github.com/rust-embedded/cortex-m-semihosting
415417
[`cortex-m`]: https://github.com/rust-embedded/cortex-m
418+
[`cortex-r`]: https://github.com/rust-embedded/cortex-r
416419
[`cross`]: https://github.com/rust-embedded/cross
417420
[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal
418421
[`gpio-cdev`]: https://github.com/rust-embedded/gpio-cdev
@@ -423,6 +426,7 @@ https://mozilla.logbot.info/rust-embedded
423426
[`msp430-quickstart`]: https://github.com/pftbest/msp430-quickstart
424427
[`msp430-rt`]: https://github.com/pftbest/msp430-rt
425428
[`msp430`]: https://github.com/pftbest/msp430
429+
[`panic-dcc`]: https://github.com/rust-embedded/dcc/tree/master/panic
426430
[`panic-itm`]: https://github.com/rust-embedded/panic-itm
427431
[`panic-semihosting`]: https://github.com/rust-embedded/panic-semihosting
428432
[`register-rs`]: https://github.com/rust-embedded/register-rs

0 commit comments

Comments
 (0)