Bare-metal Rust on Zynq-7000
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[workspace]
|
|
members = [
|
|
"libregister",
|
|
"libcortex_a9",
|
|
"libboard_zynq",
|
|
"libsupport_zynq",
|
|
"libasync",
|
|
"libconfig",
|
|
"experiments",
|
|
"szl",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
debug = true
|
|
codegen-units = 1
|
|
opt-level = 's'
|
|
lto = true
|
|
debug-assertions = false
|
|
overflow-checks = false
|
|
|