[package] name = "jh7110-vf2-12a-pac" version = "0.2.0" edition = "2021" authors = ["rmsyn "] 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"] license = "GPL-3.0-only" [dependencies] critical-section = { version = "1.1.2", optional = true } riscv = "0.10.1" vcell = "0.1.3" [dependencies.riscv-rt] version = "0.11.0" git = "https://github.com/rust-embedded/riscv-rt" optional = true [features] default = ["critical-section"] critical-section = ["dep:critical-section"] rt = ["riscv-rt"]