diff --git a/repos/archive/rust-embedded/panic-itm.toml b/repos/archive/rust-embedded/panic-itm.toml new file mode 100644 index 000000000..8ed94111d --- /dev/null +++ b/repos/archive/rust-embedded/panic-itm.toml @@ -0,0 +1,11 @@ +org = "rust-embedded" +name = "panic-itm" +description = "Log panic messages using the ITM (Instrumentation Trace Macrocell)" +bots = [] + +[access.teams] + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] +dismiss-stale-review = true diff --git a/repos/archive/rust-embedded/panic-semihosting.toml b/repos/archive/rust-embedded/panic-semihosting.toml new file mode 100644 index 000000000..14534d959 --- /dev/null +++ b/repos/archive/rust-embedded/panic-semihosting.toml @@ -0,0 +1,11 @@ +org = "rust-embedded" +name = "panic-semihosting" +description = "Report panic messages to the host stderr using semihosting" +bots = [] + +[access.teams] + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] +dismiss-stale-review = true diff --git a/repos/archive/rust-embedded/r0.toml b/repos/archive/rust-embedded/r0.toml new file mode 100644 index 000000000..15d000301 --- /dev/null +++ b/repos/archive/rust-embedded/r0.toml @@ -0,0 +1,10 @@ +org = "rust-embedded" +name = "r0" +description = "Initialization code (\"crt0\") written in Rust" +bots = [] + +[access.teams] + +[[branch-protections]] +pattern = "master" +dismiss-stale-review = true diff --git a/repos/archive/rust-embedded/register-rs.toml b/repos/archive/rust-embedded/register-rs.toml new file mode 100644 index 000000000..1ca552b4d --- /dev/null +++ b/repos/archive/rust-embedded/register-rs.toml @@ -0,0 +1,6 @@ +org = "rust-embedded" +name = "register-rs" +description = "Unified interface for type-safe MMIO and CPU register access in Rust" +bots = [] + +[access.teams] diff --git a/repos/archive/rust-embedded/riscv-rt.toml b/repos/archive/rust-embedded/riscv-rt.toml new file mode 100644 index 000000000..8209c12b4 --- /dev/null +++ b/repos/archive/rust-embedded/riscv-rt.toml @@ -0,0 +1,11 @@ +org = "rust-embedded" +name = "riscv-rt" +description = "Minimal runtime / startup for RISC-V CPU's." +bots = [] + +[access.teams] + +[[branch-protections]] +pattern = "master" +ci-checks = ["build-check", "rustfmt", "changelog-check", "clippy-check"] +dismiss-stale-review = true