9 lines
189 B
TOML
9 lines
189 B
TOML
|
[build]
|
||
|
target = "riscv32imc-unknown-none-elf"
|
||
|
# target = "xtensa-esp32-none-elf"
|
||
|
# target = "xtensa-esp32s2-none-elf"
|
||
|
# target = "xtensa-esp32s3-none-elf"
|
||
|
|
||
|
[unstable]
|
||
|
build-std = ["core"]
|