esp-hal/esp32-hal/.cargo/config.toml
Björn Quentin 13acedf69a
ESP32: Initial PSRAM Support (#506)
* ESP32: Initial PSRAM Support

* Update CHANGELOG, fmt
2023-05-04 12:21:24 +01:00

13 lines
237 B
TOML

[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor"
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",
"-C", "link-arg=-Wl,-Tlinkall.x",
]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["core", "alloc"]