Skip to content

Commit 3b5941c

Browse files
committed
chore: the repo has been moved
The new location is <https://github.com/r3-os/r3>.
1 parent 99033af commit 3b5941c

File tree

18 files changed

+30
-30
lines changed

18 files changed

+30
-30
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</h1>
44

55
<p align="center">
6-
<img src="https://img.shields.io/github/workflow/status/yvt/r3/CI/%F0%9F%A6%86?style=for-the-badge"> <img src="https://img.shields.io/badge/license-MIT%2FApache--2.0-blue?style=for-the-badge"> <a href="https://crates.io/crates/r3"><img src="https://img.shields.io/crates/v/r3?style=for-the-badge"></a> <a href="https://yvt.github.io/r3/doc/r3/index.html"><img src="https://yvt.github.io/r3/doc/badge.svg"></a>
6+
<img src="https://img.shields.io/github/workflow/status/r3-os/r3/CI/%F0%9F%A6%86?style=for-the-badge"> <img src="https://img.shields.io/badge/license-MIT%2FApache--2.0-blue?style=for-the-badge"> <a href="https://crates.io/crates/r3"><img src="https://img.shields.io/crates/v/r3?style=for-the-badge"></a> <a href="https://r3-os.github.io/r3/doc/r3/index.html"><img src="https://r3-os.github.io/r3/doc/badge.svg"></a>
77
</p>
88

99
<p align="center">

src/r3/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3333

3434
Initial release.
3535

36-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
37-
[0.1.2]: https://github.com/yvt/r3/compare/[email protected]@0.1.2
38-
[0.1.1]: https://github.com/yvt/r3/compare/[email protected]@0.1.1
36+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
37+
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected]@0.1.2
38+
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected]@0.1.1

src/r3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
description = "Static RTOS testing the limit of Rust's const eval and generics"
99
categories = ["embedded", "no-std"]
1010
keywords = ["r3", "rtos"]
11-
repository = "https://github.com/yvt/r3"
11+
repository = "https://github.com/r3-os/r3"
1212

1313
[features]
1414
default = []

src/r3_port_arm/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2424

2525
Initial release.
2626

27-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
28-
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]
27+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
28+
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]

src/r3_port_arm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Arm-A port for R3"
88
categories = ["embedded", "no-std"]
99
keywords = ["r3", "arm"]
10-
repository = "https://github.com/yvt/r3"
10+
repository = "https://github.com/r3-os/r3"
1111

1212
[features]
1313
preload-registers = []

src/r3_port_arm_m/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2727

2828
Initial release.
2929

30-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
31-
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
32-
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]
30+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
31+
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
32+
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3333

src/r3_port_arm_m/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Cortex-M port for R3"
88
categories = ["embedded", "no-std"]
99
keywords = ["r3", "arm"]
10-
repository = "https://github.com/yvt/r3"
10+
repository = "https://github.com/r3-os/r3"
1111

1212
[features]
1313
preload-registers = []

src/r3_port_riscv/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3333

3434
Initial release.
3535

36-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
37-
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
38-
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]
36+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
37+
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
38+
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3939

src/r3_port_riscv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "RISC-V port for R3"
88
categories = ["embedded", "no-std"]
99
keywords = ["r3", "riscv"]
10-
repository = "https://github.com/yvt/r3"
10+
repository = "https://github.com/r3-os/r3"
1111

1212
[features]
1313
emulate-lr-sc = []

src/r3_port_std/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2323

2424
Initial release.
2525

26-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
27-
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
28-
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]
26+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
27+
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
28+
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
2929

src/r3_port_std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MIT OR Apache-2.0"
77
description = "Simulation environment for running R3 on a hosted environment"
88
keywords = ["r3", "simulator"]
9-
repository = "https://github.com/yvt/r3"
9+
repository = "https://github.com/r3-os/r3"
1010

1111
[dependencies]
1212
r3 = { version = "0.1.1", path = "../r3" }

src/r3_portkit/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2727

2828
Initial release.
2929

30-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
31-
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
32-
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]
30+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
31+
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
32+
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3333

src/r3_portkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MIT OR Apache-2.0"
77
description = "Utilities for writing a port of R3"
88
keywords = ["r3", "simulator"]
9-
repository = "https://github.com/yvt/r3"
9+
repository = "https://github.com/r3-os/r3"
1010

1111
[features]
1212
doc = ["svgbobdoc/enable"]

src/r3_support_rp2040/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
Initial release.
1313

14-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
14+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
1515

src/r3_support_rp2040/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Supporting package for running R3 on RP2040"
88
categories = ["embedded", "no-std"]
99
keywords = ["r3", "arm"]
10-
repository = "https://github.com/yvt/r3"
10+
repository = "https://github.com/r3-os/r3"
1111

1212
[features]
1313
semver-exempt = [

src/r3_support_rza1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1717

1818
Initial release.
1919

20-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
21-
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]
20+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
21+
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]

src/r3_support_rza1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Supporting package for running R3 on Renesas RZ/A1"
88
categories = ["embedded", "no-std"]
99
keywords = ["r3", "arm", "renesas"]
10-
repository = "https://github.com/yvt/r3"
10+
repository = "https://github.com/r3-os/r3"
1111

1212
[features]
1313
semver-exempt = [

src/r3_test_suite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
categories = ["embedded", "no-std", "development-tools::testing"]
88
description = "Test suite for R3"
99
keywords = ["r3"]
10-
repository = "https://github.com/yvt/r3"
10+
repository = "https://github.com/r3-os/r3"
1111
publish = false
1212

1313
[features]

0 commit comments

Comments
 (0)