~ruther/map-led-strip

ref: b7e43afe1dd99a6454be3c355d038bd228571ba2 map-led-strip/.cargo/config.toml -rw-r--r-- 234 bytes
b7e43afe — František Boháček feat: add map clear 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", "alloc"]
Do not follow this link