~ruther/map-led-strip

ref: 4189ee04e63dcf3e2fadb755ba81e5e8dcbee692 map-led-strip/.cargo/config.toml -rw-r--r-- 225 bytes
4189ee04 — František Boháček Initial commit 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor"

[build]
rustflags = [
  "-C", "link-arg=-Tlinkall.x",
  "-C", "link-arg=-nostartfiles",
]

target = "xtensa-esp32-none-elf"

[unstable]
build-std = ["core"]
Do not follow this link