Skip to content

Commit b0946bf

Browse files
committed
Add description and keywords for platform crates
1 parent e6b15c1 commit b0946bf

File tree

8 files changed

+23
-0
lines changed

8 files changed

+23
-0
lines changed

platforms/axplat-aarch64-bsta1000b/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
name = "axplat-aarch64-bsta1000b"
33
version = "0.1.0"
4+
description = "Implementation of `axplat` hardware abstraction layer for Black Sesame Technology A1000b SoC."
5+
keywords = ["arceos", "os", "hal", "embedded", "aarch64"]
6+
categories = ["embedded", "no-std", "hardware-support", "os"]
47
edition.workspace = true
58
authors.workspace = true
69
license.workspace = true

platforms/axplat-aarch64-peripherals/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "axplat-aarch64-peripherals"
33
version = "0.1.0"
44
description = "ARM64 common peripheral drivers with `axplat` compatibility"
5+
keywords = ["arceos", "os", "hal", "peripheral", "aarch64"]
6+
categories = ["embedded", "no-std", "hardware-support", "os"]
57
edition.workspace = true
68
authors.workspace = true
79
license.workspace = true

platforms/axplat-aarch64-phytium-pi/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
name = "axplat-aarch64-phytium-pi"
33
version = "0.1.0"
4+
description = "Implementation of `axplat` hardware abstraction layer for Phytium Pi board."
5+
keywords = ["arceos", "os", "hal", "embedded", "aarch64"]
6+
categories = ["embedded", "no-std", "hardware-support", "os"]
47
edition.workspace = true
58
authors.workspace = true
69
license.workspace = true

platforms/axplat-aarch64-qemu-virt/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
name = "axplat-aarch64-qemu-virt"
33
version = "0.1.0"
4+
description = "Implementation of `axplat` hardware abstraction layer for QEMU ARM64 virtual machine."
5+
keywords = ["arceos", "os", "hal", "embedded", "aarch64"]
6+
categories = ["embedded", "no-std", "hardware-support", "os"]
47
edition.workspace = true
58
authors.workspace = true
69
license.workspace = true

platforms/axplat-aarch64-raspi/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
name = "axplat-aarch64-raspi"
33
version = "0.1.0"
4+
description = "Implementation of `axplat` hardware abstraction layer for Raspberry Pi 4B board."
5+
keywords = ["arceos", "os", "hal", "aarch64", "raspi"]
6+
categories = ["embedded", "no-std", "hardware-support", "os"]
47
edition.workspace = true
58
authors.workspace = true
69
license.workspace = true

platforms/axplat-loongarch64-qemu-virt/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
name = "axplat-loongarch64-qemu-virt"
33
version = "0.1.0"
4+
description = "Implementation of `axplat` hardware abstraction layer for QEMU LoongArch virtual machine."
5+
keywords = ["arceos", "os", "hal", "embedded", "loongarch"]
6+
categories = ["embedded", "no-std", "hardware-support", "os"]
47
edition.workspace = true
58
authors.workspace = true
69
license.workspace = true

platforms/axplat-riscv64-qemu-virt/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
name = "axplat-riscv64-qemu-virt"
33
version = "0.1.0"
4+
description = "Implementation of `axplat` hardware abstraction layer for QEMU RISC-V virt board."
5+
keywords = ["arceos", "os", "hal", "embedded", "riscv"]
6+
categories = ["embedded", "no-std", "hardware-support", "os"]
47
edition.workspace = true
58
authors.workspace = true
69
license.workspace = true

platforms/axplat-x86-pc/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
name = "axplat-x86-pc"
33
version = "0.1.0"
4+
description = "Implementation of `axplat` hardware abstraction layer for x86 Standard PC machine."
5+
keywords = ["arceos", "os", "hal", "x86"]
6+
categories = ["no-std", "hardware-support", "os"]
47
edition.workspace = true
58
authors.workspace = true
69
license.workspace = true

0 commit comments

Comments
 (0)