Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from rmsyn/version/vf2-crates
Browse files Browse the repository at this point in the history
version: vf2 crates
  • Loading branch information
rmsyn authored Sep 29, 2023
2 parents bbf3900 + a9df9ad commit 85525ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jh7110-vf2-12a-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "jh7110-vf2-12a-pac"
version = "0.1.0"
edition = "2021"
authors = ["rmsyn <[email protected]>"]
repository = "https://github.com/rmsyn/jh71xx-pac"
categories = ["embedded", "hardware-support", "no-std"]
description = "Board support package for the JH7110 VisionFive2 v1.2a board"
keywords = ["riscv", "jh7110", "bsp"]

[dependencies]
critical-section = { version = "1.1.2", optional = true }
Expand Down
4 changes: 4 additions & 0 deletions jh7110-vf2-13b-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "jh7110-vf2-13b-pac"
version = "0.1.0"
edition = "2021"
authors = ["rmsyn <[email protected]>"]
repository = "https://github.com/rmsyn/jh71xx-pac"
categories = ["embedded", "hardware-support", "no-std"]
description = "Board support package for the JH7110 VisionFive2 v1.3b board"
keywords = ["riscv", "jh7110", "bsp"]

[dependencies]
critical-section = { version = "1.1.2", optional = true }
Expand Down

0 comments on commit 85525ba

Please sign in to comment.