* RISC-V: Make atomic emulation opt-in * Update embassy-executor, embassy-sync * Don't automatically enable portable-atomic * Update changelog * Fix warnings
13 lines
236 B
TOML
13 lines
236 B
TOML
[target.riscv32imc-unknown-none-elf]
|
|
runner = "espflash flash --monitor"
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlinkall.x",
|
|
"-C", "force-frame-pointers",
|
|
]
|
|
|
|
[build]
|
|
target = "riscv32imc-unknown-none-elf"
|
|
|
|
[unstable]
|
|
build-std = [ "core" ]
|