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.

24 lines
474 B
TOML

[package]
name = "ch32v003-experiments"
edition = "2021"
# license = "MIT/Apache-2.0"
version = "0.1.0"
[dependencies]
ch32v003-pac = { path = "./ch32v003-pac", features = ["rt"] }
# ch32v003-rt = { path = "./ch32v003-rt" }
riscv-rt = "0.11"
panic-halt = "0.2.0"
[patch.crates-io]
riscv-rt = { git = "https://github.com/9names/riscv-rt", branch = "rv32e" }
[profile.dev]
incremental = false
opt-level = 2
[profile.release]
incremental = false
lto = true
opt-level = "z"