20 lines
377 B
TOML

[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor"
[env]
ESP_LOG="info"
ESP_WIFI_CONFIG_RX_QUEUE_SIZE = "16"
ESP_WIFI_CONFIG_STATIC_RX_BUF_NUM = "32"
ESP_WIFI_CONFIG_DYNAMIC_RX_BUF_NUM = "16"
[build]
rustflags = [
"-C", "link-arg=-nostartfiles"
]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["core", "alloc"]