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:
@ -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
|
||||
|
Reference in New Issue
Block a user