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

Commit

Permalink
remove WG-related files
Browse files Browse the repository at this point in the history
This commit can later be reverted if the crate is readopted into the WG.
  • Loading branch information
tmplt committed Dec 3, 2021
1 parent 3931431 commit 7fbe422
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 56 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

4 changes: 0 additions & 4 deletions .github/bors.toml

This file was deleted.

37 changes: 0 additions & 37 deletions CODE_OF_CONDUCT.md

This file was deleted.

9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,3 @@ at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.

## 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-M 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-m-team
3 changes: 1 addition & 2 deletions itm-decode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ authors = [
]
edition = "2018"
readme = "README.md"
repository = "https://github.com/embedded-rust/itm"
repository = "https://github.com/rtic-scope/itm"
license = "MIT OR Apache-2.0"
description = "A decoding tool for the ARM Cortex-M ITM/DWT packet protocol"
homepage = "https://github.com/embedded-rust/itm"

[dependencies]
itm = { path = "../itm" }
Expand Down
3 changes: 1 addition & 2 deletions itm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ authors = [
]
edition = "2018"
readme = "README.md"
repository = "https://github.com/embedded-rust/itm"
repository = "https://github.com/rtic-scope/itm"
license = "MIT OR Apache-2.0"
description = "A decoding library for the ARM Cortex-M ITM/DWT packet protocol"
homepage = "https://github.com/embedded-rust/itm"

[dependencies]
bitmatch = "0.1.1"
Expand Down
1 change: 0 additions & 1 deletion triagebot.toml

This file was deleted.

0 comments on commit 7fbe422

Please sign in to comment.