mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
commit
02cbd92e37
@ -39,6 +39,7 @@ compiler.elf2hex.flags=
|
|||||||
compiler.size.cmd=xtensa-lx106-elf-size
|
compiler.size.cmd=xtensa-lx106-elf-size
|
||||||
|
|
||||||
compiler.esptool.cmd=esptool
|
compiler.esptool.cmd=esptool
|
||||||
|
compiler.esptool.cmd.windows=esptool.exe
|
||||||
|
|
||||||
# This can be overriden in boards.txt
|
# This can be overriden in boards.txt
|
||||||
build.extra_flags=-DESP8266
|
build.extra_flags=-DESP8266
|
||||||
@ -85,7 +86,7 @@ recipe.size.regex=^(?:\.text|\.data|\.rodata|\.irom0\.text|)\s+([0-9]+).*
|
|||||||
|
|
||||||
tools.esptool.cmd=esptool
|
tools.esptool.cmd=esptool
|
||||||
tools.esptool.cmd.windows=esptool.exe
|
tools.esptool.cmd.windows=esptool.exe
|
||||||
tools.esptool.path={compiler.tools.path}
|
tools.esptool.path={runtime.platform.path}/tools
|
||||||
|
|
||||||
tools.esptool.upload.protocol=esp
|
tools.esptool.upload.protocol=esp
|
||||||
tools.esptool.upload.params.verbose=-vv
|
tools.esptool.upload.params.verbose=-vv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user