tinygo/targets/k210.json
Ayke van Laethem 6b31ee1e93 all: update to LLVM 14
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
2022-04-23 08:45:46 +02:00

6 строки
129 Б
JSON

{
"inherits": ["riscv64"],
"features": "+64bit,+a,+c,+d,+f,+m",
"build-tags": ["k210", "kendryte"],
"code-model": "medium"
}