File tree Expand file tree Collapse file tree 11 files changed +27
-27
lines changed Expand file tree Collapse file tree 11 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5454
5555Initial 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
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ keywords = [
1919license = " MIT OR Apache-2.0"
2020name = " aarch32-cpu"
2121readme = " 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 "
2424rust-version = " 1.83"
2525version = " 0.1.0"
2626
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
1818Initial 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
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ edition = "2021"
99license = " MIT OR Apache-2.0"
1010name = " aarch32-rt-macros"
1111readme = " 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 "
1414rust-version = " 1.83"
1515version = " 0.1.0"
1616
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4242
4343Initial 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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ keywords = [
1919license = " MIT OR Apache-2.0"
2020name = " aarch32-rt"
2121readme = " README.md"
22- repository = " https://github.com/rust-embedded/cortex-ar .git"
22+ repository = " https://github.com/rust-embedded/aarch32 .git"
2323rust-version = " 1.83"
2424version = " 0.1.0"
2525
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3232
3333Initial 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
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ edition = "2021"
99license = " MIT OR Apache-2.0"
1010name = " arm-targets"
1111readme = " 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 "
1414rust-version = " 1.59"
1515version = " 0.3.0"
1616
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ authors = [
66default-run = " hello"
77description = " Examples for MPS3-AN536 device (Arm Cortex-R52)"
88edition = " 2021"
9- homepage = " https://github.com/rust-embedded/cortex-ar.git "
9+ homepage = " https://github.com/rust-embedded/aarch32 "
1010license = " MIT OR Apache-2.0"
1111name = " mps3-an536"
1212publish = false
1313readme = " README.md"
14- repository = " https://github.com/rust-embedded/cortex-ar .git"
14+ repository = " https://github.com/rust-embedded/aarch32 .git"
1515rust-version = " 1.83"
1616version = " 0.0.0"
1717
You can’t perform that action at this time.
0 commit comments