1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Move tools to platform directory

This commit is contained in:
Ivan Grokhotkov
2015-05-18 16:04:30 +03:00
parent e8789e9cb5
commit e21bca8ef3
46 changed files with 672 additions and 676 deletions

View File

@ -8,7 +8,7 @@
name=ESP8266 Modules
version=1.6.1
compiler.tools.path={runtime.ide.path}/hardware/tools/esp8266/
compiler.tools.path={runtime.platform.path}/tools/
compiler.path={compiler.tools.path}xtensa-lx106-elf/bin/
compiler.sdk.path={compiler.tools.path}sdk/
@ -85,7 +85,7 @@ recipe.size.regex=^(?:\.text|\.data|\.rodata|\.irom0\.text|)\s+([0-9]+).*
tools.esptool.cmd=esptool
tools.esptool.cmd.windows=esptool.exe
tools.esptool.path={runtime.ide.path}/hardware/tools/esp8266
tools.esptool.path={compiler.tools.path}
tools.esptool.upload.protocol=esp
tools.esptool.upload.params.verbose=-vv