-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
48 additions
and
47 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -32,6 +32,7 @@ members = [ | |
|
||
[workspace.package] | ||
version = "0.1.0" | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
|
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 @@ | ||
[package] | ||
name = "arceos_api" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "Public APIs and types for ArceOS modules" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "arceos_posix_api" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = [ | ||
"Yuekai Jia <[email protected]>", | ||
"yanjuguang <[email protected]>", | ||
|
@@ -46,7 +46,7 @@ axnet = { workspace = true, optional = true } | |
# Other crates | ||
axio = "0.1" | ||
axerrno = "0.1" | ||
flatten_objects = "0.1" | ||
flatten_objects = "0.2" | ||
static_assertions = "1.1.0" | ||
spin = { version = "0.9" } | ||
lazy_static = { version = "1.5", features = ["spin_no_std"] } | ||
|
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 @@ | ||
[package] | ||
name = "axfeat" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "Top-level feature selection for ArceOS" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "arceos-helloworld" | ||
version = "0.1.0" | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
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 @@ | ||
[package] | ||
name = "arceos-httpclient" | ||
version = "0.1.0" | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>", "Dashuai Wu <[email protected]>"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
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 @@ | ||
[package] | ||
name = "arceos-httpserver" | ||
version = "0.1.0" | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
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 @@ | ||
[package] | ||
name = "arceos-shell" | ||
version = "0.1.0" | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
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 @@ | ||
[package] | ||
name = "axalloc" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS global memory allocator" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "axconfig" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "Platform-specific constants and parameters for ArceOS" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "axdisplay" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Shiping Yuan <[email protected]>"] | ||
description = "ArceOS graphics module" | ||
license.workspace = true | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "axdma" | ||
edition = "2021" | ||
edition.workspace = true | ||
version.workspace = true | ||
authors = ["Zhour Rui <[email protected]>"] | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "axdriver" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>", "ChengXiang Qi <[email protected]>"] | ||
description = "ArceOS device drivers" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "axfs" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS filesystem module" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "axhal" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS hardware abstraction layer, provides unified APIs for platform-specific operations" | ||
license.workspace = true | ||
|
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,7 +1,7 @@ | ||
[package] | ||
name = "axlog" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "Macros for multi-level formatted logging used by ArceOS" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "axmm" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS virtual memory management module" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "axnet" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>", "ChengXiang Qi <[email protected]>"] | ||
description = "ArceOS network module" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "axruntime" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "Runtime library of ArceOS" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "axsync" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS synchronization primitives" | ||
license.workspace = true | ||
|
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 @@ | ||
[package] | ||
name = "axtask" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS task management module" | ||
license.workspace = true | ||
|
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,5 +1,5 @@ | ||
[toolchain] | ||
profile = "minimal" | ||
channel = "nightly-2024-05-02" | ||
channel = "nightly-2024-12-05" | ||
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"] | ||
targets = ["x86_64-unknown-none", "riscv64gc-unknown-none-elf", "aarch64-unknown-none", "aarch64-unknown-none-softfloat"] |
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 @@ | ||
[package] | ||
name = "bwbench-client" | ||
version = "0.1.0" | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = ["ChengXiang Qi <[email protected]>"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mingo" | ||
version = "0.6.0" | ||
authors = ["Andre Richter <[email protected]>"] | ||
edition = "2021" | ||
edition.workspace = true | ||
|
||
[profile.release] | ||
lto = true | ||
|
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 |
---|---|---|
|
@@ -132,7 +132,7 @@ diff -uNr 05_drivers_gpio_uart/Cargo.toml 06_uart_chainloader/Cargo.toml | |
-version = "0.5.0" | ||
+version = "0.6.0" | ||
authors = ["Andre Richter <[email protected]>"] | ||
edition = "2021" | ||
edition.workspace = true | ||
|
||
Binary files 05_drivers_gpio_uart/demo_payload_rpi3.img and 06_uart_chainloader/demo_payload_rpi3.img differ | ||
Binary files 05_drivers_gpio_uart/demo_payload_rpi4.img and 06_uart_chainloader/demo_payload_rpi4.img differ | ||
|
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 @@ | ||
[package] | ||
name = "axlibc" | ||
version.workspace = true | ||
edition = "2021" | ||
edition.workspace = true | ||
authors = [ | ||
"Yuekai Jia <[email protected]>", | ||
"yanjuguang <[email protected]>", | ||
|
Oops, something went wrong.