
Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular builds for now. This uses a branch of the upstream Espressif branch to fix an issue, see: https://github.com/espressif/llvm-project/pull/59
8 строки
258 Б
JSON
8 строки
258 Б
JSON
{
|
|
"inherits": ["riscv32"],
|
|
"features": "+a,+c,+m",
|
|
"build-tags": ["virt", "qemu"],
|
|
"default-stack-size": 4096,
|
|
"linkerscript": "targets/riscv-qemu.ld",
|
|
"emulator": ["qemu-system-riscv32", "-machine", "virt", "-nographic", "-bios", "none", "-kernel"]
|
|
}
|