Skip to content

Commit 363d80a

Browse files
Merge pull request #87 from thejpster/repo-rename
Repo has been renamed from rust-embedded/cortex-ar.git to /aarch32.git
2 parents cd1131a + 20b0a63 commit 363d80a

File tree

11 files changed

+27
-27
lines changed

11 files changed

+27
-27
lines changed

aarch32-cpu/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5454

5555
Initial release
5656

57-
[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-v0.3.0...HEAD
58-
[cortex-ar v0.3.0]: https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-v0.2.0...cortex-ar-v0.3.0
59-
[cortex-ar v0.2.0]: https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-v0.1.0...cortex-ar-v0.2.0
60-
[cortex-ar v0.1.0]: https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-ar-v0.1.0
57+
[Unreleased]: https://github.com/rust-embedded/aarch32/compare/cortex-ar-v0.3.0...HEAD
58+
[cortex-ar v0.3.0]: https://github.com/rust-embedded/aarch32/compare/cortex-ar-v0.2.0...cortex-ar-v0.3.0
59+
[cortex-ar v0.2.0]: https://github.com/rust-embedded/aarch32/compare/cortex-ar-v0.1.0...cortex-ar-v0.2.0
60+
[cortex-ar v0.1.0]: https://github.com/rust-embedded/aarch32/releases/tag/cortex-ar-v0.1.0

aarch32-cpu/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ keywords = [
1919
license = "MIT OR Apache-2.0"
2020
name = "aarch32-cpu"
2121
readme = "README.md"
22-
repository = "https://github.com/rust-embedded/cortex-ar.git"
23-
homepage = "https://github.com/rust-embedded/cortex-ar.git"
22+
repository = "https://github.com/rust-embedded/aarch32.git"
23+
homepage = "https://github.com/rust-embedded/aarch32"
2424
rust-version = "1.83"
2525
version = "0.1.0"
2626

aarch32-rt-macros/CHANGELOG.md

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

1818
Initial release
1919

20-
[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-rt-macros-v0.1.1...HEAD
21-
[cortex-ar-rt-macros v0.1.1]: https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-rt-macros-v0.1.0...cortex-ar-rt-macros-v0.1.1
22-
[cortex-ar-rt-macros v0.1.0]: https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-ar-rt-macros-v0.1.0
20+
[Unreleased]: https://github.com/rust-embedded/aarch32/compare/cortex-ar-rt-macros-v0.1.1...HEAD
21+
[cortex-ar-rt-macros v0.1.1]: https://github.com/rust-embedded/aarch32/compare/cortex-ar-rt-macros-v0.1.0...cortex-ar-rt-macros-v0.1.1
22+
[cortex-ar-rt-macros v0.1.0]: https://github.com/rust-embedded/aarch32/releases/tag/cortex-ar-rt-macros-v0.1.0

aarch32-rt-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
name = "aarch32-rt-macros"
1111
readme = "README.md"
12-
repository = "https://github.com/rust-embedded/cortex-ar.git"
13-
homepage = "https://github.com/rust-embedded/cortex-ar.git"
12+
repository = "https://github.com/rust-embedded/aarch32.git"
13+
homepage = "https://github.com/rust-embedded/aarch32"
1414
rust-version = "1.83"
1515
version = "0.1.0"
1616

aarch32-rt/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4242

4343
Initial release
4444

45-
[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-r-rt-v0.2.1...HEAD
46-
[cortex-r-rt v0.2.1]: https://github.com/rust-embedded/cortex-ar/compare/cortex-r-rt-v0.2.0...cortex-r-rt-v0.2.1
47-
[cortex-r-rt v0.2.0]: https://github.com/rust-embedded/cortex-ar/compare/cortex-r-rt-v0.1.0...cortex-r-rt-v0.2.0
48-
[cortex-r-rt v0.1.0]: https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-r-rt-v0.1.0
45+
[Unreleased]: https://github.com/rust-embedded/aarch32/compare/cortex-r-rt-v0.2.1...HEAD
46+
[cortex-r-rt v0.2.1]: https://github.com/rust-embedded/aarch32/compare/cortex-r-rt-v0.2.0...cortex-r-rt-v0.2.1
47+
[cortex-r-rt v0.2.0]: https://github.com/rust-embedded/aarch32/compare/cortex-r-rt-v0.1.0...cortex-r-rt-v0.2.0
48+
[cortex-r-rt v0.1.0]: https://github.com/rust-embedded/aarch32/releases/tag/cortex-r-rt-v0.1.0

aarch32-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
license = "MIT OR Apache-2.0"
2020
name = "aarch32-rt"
2121
readme = "README.md"
22-
repository = "https://github.com/rust-embedded/cortex-ar.git"
22+
repository = "https://github.com/rust-embedded/aarch32.git"
2323
rust-version = "1.83"
2424
version = "0.1.0"
2525

aarch32-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
//! ## Examples
444444
//!
445445
//! You can find example code using QEMU inside the [project
446-
//! repository](https://github.com/rust-embedded/cortex-ar/tree/main/examples)
446+
//! repository](https://github.com/rust-embedded/aarch32/tree/main/examples)
447447
448448
#![no_std]
449449

arm-targets/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3232

3333
Initial release
3434

35-
[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/arm-targets-v0.3.0...HEAD
36-
[v0.3.0]: https://github.com/rust-embedded/cortex-ar/compare/arm-targets-v0.2.0...arm-targets-v0.3.0
37-
[v0.2.0]: https://github.com/rust-embedded/cortex-ar/compare/arm-targets-v0.1.0...arm-targets-v0.2.0
38-
[v0.1.0]: https://github.com/rust-embedded/cortex-ar/releases/tag/arm-targets-v0.1.0
35+
[Unreleased]: https://github.com/rust-embedded/aarch32/compare/arm-targets-v0.3.0...HEAD
36+
[v0.3.0]: https://github.com/rust-embedded/aarch32/compare/arm-targets-v0.2.0...arm-targets-v0.3.0
37+
[v0.2.0]: https://github.com/rust-embedded/aarch32/compare/arm-targets-v0.1.0...arm-targets-v0.2.0
38+
[v0.1.0]: https://github.com/rust-embedded/aarch32/releases/tag/arm-targets-v0.1.0

arm-targets/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
name = "arm-targets"
1111
readme = "README.md"
12-
repository = "https://github.com/rust-embedded/cortex-ar.git"
13-
homepage = "https://github.com/rust-embedded/cortex-ar.git"
12+
repository = "https://github.com/rust-embedded/aarch32.git"
13+
homepage = "https://github.com/rust-embedded/aarch32"
1414
rust-version = "1.59"
1515
version = "0.3.0"
1616

examples/mps3-an536/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ authors = [
66
default-run = "hello"
77
description = "Examples for MPS3-AN536 device (Arm Cortex-R52)"
88
edition = "2021"
9-
homepage = "https://github.com/rust-embedded/cortex-ar.git"
9+
homepage = "https://github.com/rust-embedded/aarch32"
1010
license = "MIT OR Apache-2.0"
1111
name = "mps3-an536"
1212
publish = false
1313
readme = "README.md"
14-
repository = "https://github.com/rust-embedded/cortex-ar.git"
14+
repository = "https://github.com/rust-embedded/aarch32.git"
1515
rust-version = "1.83"
1616
version = "0.0.0"
1717

0 commit comments

Comments
 (0)