Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 3880362

Browse files
committed
README: mention the CoC and who maintains this repo
1 parent 3b3e248 commit 3880362

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
> A Rust crate and tool `itmdump` to parse and dump ARM [ITM] packets.
77
8+
This project is developed and maintained by the [Cortex-M team][team].
9+
810
[ITM]: http://infocenter.arm.com/help/topic/com.arm.doc.ddi0314h/Chdbicbg.html
911

1012
## [Documentation](https://docs.rs/crate/itm)
@@ -24,3 +26,12 @@ at your option.
2426
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
2527
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
2628
additional terms or conditions.
29+
30+
## Code of Conduct
31+
32+
Contribution to this crate is organized under the terms of the [Rust Code of
33+
Conduct][CoC], the maintainer of this crate, the [Cortex-M team][team], promises
34+
to intervene to uphold that code of conduct.
35+
36+
[CoC]: CODE_OF_CONDUCT.md
37+
[team]: https://github.com/rust-embedded/wg#the-cortex-m-team

0 commit comments

Comments
 (0)