Skip to content

Commit

Permalink
chore: update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Mar 14, 2022
1 parent cd03584 commit af1a236
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
4 changes: 3 additions & 1 deletion src/r3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "Static RTOS API testing the limit of Rust's const eval and generics"
description = """
R3-OS: Experimental static component-oriented RTOS for deeply embedded systems
"""
categories = ["embedded", "no-std"]
keywords = ["r3", "rtos"]
repository = "https://github.com/r3-os/r3"
Expand Down
2 changes: 1 addition & 1 deletion src/r3_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "r3_core"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "R3 core API definition"
description = "R3-OS API definition"
categories = ["embedded", "no-std"]
keywords = ["r3", "rtos"]
repository = "https://github.com/r3-os/r3"
Expand Down
2 changes: 1 addition & 1 deletion src/r3_kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "r3_kernel"
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "An RTOS kernel implementing the R3 API"
description = "The R3-OS original kernel"
categories = ["embedded", "no-std"]
keywords = ["r3"]
repository = "https://github.com/r3-os/r3"
Expand Down
2 changes: 1 addition & 1 deletion src/r3_port_arm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "r3_port_arm"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Arm-A port for R3"
description = "Armv7-A port for the R3-OS original kernel"
categories = ["embedded", "no-std"]
keywords = ["r3", "arm"]
repository = "https://github.com/r3-os/r3"
Expand Down
2 changes: 1 addition & 1 deletion src/r3_port_arm_m/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "r3_port_arm_m"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cortex-M port for R3"
description = "Cortex-M port for the R3-OS original kernel"
categories = ["embedded", "no-std"]
keywords = ["r3", "arm"]
repository = "https://github.com/r3-os/r3"
Expand Down
2 changes: 1 addition & 1 deletion src/r3_port_riscv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "r3_port_riscv"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "RISC-V port for R3"
description = "RISC-V port for the R3-OS original kernel"
categories = ["embedded", "no-std"]
keywords = ["r3", "riscv"]
repository = "https://github.com/r3-os/r3"
Expand Down
2 changes: 1 addition & 1 deletion src/r3_port_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "r3_port_std"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Simulation environment for running R3 on a hosted environment"
description = "Simulator port for the R3-OS original kernel"
keywords = ["r3", "simulator"]
repository = "https://github.com/r3-os/r3"

Expand Down
1 change: 1 addition & 0 deletions src/r3_portkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Utilities for writing a port of R3"
categories = ["embedded", "no-std"]
keywords = ["r3", "simulator"]
repository = "https://github.com/r3-os/r3"

Expand Down
2 changes: 1 addition & 1 deletion src/r3_support_rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "r3_support_rp2040"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Supporting package for running R3 on RP2040"
description = "Supporting package for running R3-OS on RP2040"
categories = ["embedded", "no-std"]
keywords = ["r3", "arm"]
repository = "https://github.com/r3-os/r3"
Expand Down
2 changes: 1 addition & 1 deletion src/r3_support_rza1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "r3_support_rza1"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Supporting package for running R3 on Renesas RZ/A1"
description = "Supporting package for running R3-OS on Renesas RZ/A1"
categories = ["embedded", "no-std"]
keywords = ["r3", "arm", "renesas"]
repository = "https://github.com/r3-os/r3"
Expand Down

0 comments on commit af1a236

Please sign in to comment.