esp-hal/esp32c3-hal/.cargo/config.toml
Dániel Buga 280caad378
RISC-V: Make atomic emulation opt-in (#904)
* RISC-V: Make atomic emulation opt-in

* Update embassy-executor, embassy-sync

* Don't automatically enable portable-atomic

* Update changelog

* Fix warnings
2023-11-10 11:51:47 +00:00

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" ]