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