[build] | |
target = "riscv32imc-unknown-none-elf" | |
target-dir = "../../../out/matcha" | |
# linker script flag "-C" "link-arg=-Tlayout_matcha.ld" is defined externally | |
# to separate debug vs. release mode. | |
rustflags = [ | |
"-C", "relocation-model=static" | |
] | |
# this doesn't work in our version of cargo yet | |
#[env] | |
#PLATFORM = "opentitan" |