-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: merge allwinner-rt into current cargo workspace
Signed-off-by: Zhouqi Jiang <[email protected]>
- Loading branch information
Showing
11 changed files
with
23 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "d1-rom-rt" | ||
name = "allwinner-rt" | ||
description = "ROM runtime for Allwinner D1 chip" | ||
version = "0.0.0" | ||
edition = "2021" | ||
authors = [ | ||
"Luo Jia <[email protected]>", | ||
"Gao Chengbo <[email protected]>", | ||
] | ||
repository = "https://gitee.com/rustsbi/d1-rom-rt" | ||
documentation = "https://docs.rs/d1-rom-rt" | ||
repository = "https://github.com/rustsbi/allwinner-rt" | ||
documentation = "https://docs.rs/allwinner-rt" | ||
license = "MulanPSL-2.0 OR MIT" | ||
readme = "README.md" | ||
keywords = ["allwinner"] | ||
|
@@ -17,7 +17,7 @@ categories = ["embedded", "hardware-support", "no-std"] | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
d1-rom-rt-macros = "0.0.0" | ||
allwinner-rt-macros = { version = "0.0.0", path = "macros" } | ||
base-address = "0.0.0" | ||
embedded-hal = "1.0.0-alpha.9" | ||
nb = "1.1.0" | ||
|
@@ -30,6 +30,3 @@ default = ["nezha"] | |
log = ["dep:spin", "dep:ufmt"] | ||
nezha = [] | ||
lichee = [] | ||
|
||
[workspace] | ||
members = ["macros"] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# D1 ROM 运行环境 | ||
# Allwinner-RT 运行环境 | ||
|
||
[](https://crates.io/crates/d1-rom-rt) | ||
[](https://docs.rs/d1-rom-rt) | ||
 | ||
[](https://crates.io/crates/allwinner-rt) | ||
[](https://docs.rs/allwinner-rt) | ||
 | ||
|
||
全志D1的ROM运行环境,目前包括一个入口函数宏。 | ||
全志芯片的ROM运行环境,目前包括一个入口函数宏。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "d1-rom-rt-macros" | ||
name = "allwinner-rt-macros" | ||
description = "Procedural macro for ROM runtime on Allwinner D1 chip" | ||
version = "0.0.0" | ||
edition = "2021" | ||
authors = [ | ||
"Luo Jia <[email protected]>", | ||
"Gao Chengbo <[email protected]>", | ||
] | ||
repository = "https://gitee.com/rustsbi/d1-rom-rt" | ||
documentation = "https://docs.rs/d1-rom-rt-macros" | ||
repository = "https://github.com/rustsbi/allwinner-rt" | ||
documentation = "https://docs.rs/allwinner-rt-macros" | ||
license = "MulanPSL-2.0 OR MIT" | ||
readme = "../README.md" | ||
keywords = ["allwinner"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters