You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
725 B
TOML

[package]
name = "ch32v003-pac"
version = "0.1.0"
authors = ["Andelf <andelf@gmail.com>", "ch32-rs Contributors", "The RISC-V Team <risc-v@teams.rust-embedded.org>", "kekcheburec <hi@kekcheburec.com>"]
description = "PAC for CH32V003 device"
readme = "README.md"
keywords = ["riscv", "wch", "ch32v003", "svd2rust", "no_std", "embedded", "register", "peripheral"]
categories = ["embedded", "no-std", "hardware-support"]
license = "MIT/Apache-2.0"
edition = "2021"
[dependencies]
critical-section = { version = "1.0", optional = true }
riscv = "0.10.1"
vcell = "0.1.0"
[package.metadata.docs.rs]
features = ['rt', 'critical-section']
default-target = "riscv32i-unknown-none-elf"
targets = []
[features]
default = []
rt = []