2301274850
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
12 lines
189 B
TOML
12 lines
189 B
TOML
[build]
|
|
target = "riscv32imac-unknown-none-elf"
|
|
|
|
[target.riscv32imac-unknown-none-elf]
|
|
runner = "espflash flash --monitor"
|
|
|
|
[env]
|
|
ESP_LOG = "info"
|
|
|
|
[unstable]
|
|
build-std = ["alloc", "core"]
|