1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Merge pull request #26 from esp8266/esp8266

pull master
This commit is contained in:
ficeto 2015-05-18 17:44:22 +03:00
commit 02cbd92e37

View File

@ -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