|
138 | 138 | </copy>
|
139 | 139 |
|
140 | 140 |
|
141 |
| - <antcall target="untar"> |
142 |
| - <param name="archive_file" value="./esptool-0.0.3.tgz" /> |
143 |
| - <param name="archive_url" value="http://download.igrr.me/esptool-0.0.3.tgz" /> |
144 |
| - <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.0.3" /> |
145 |
| - <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" /> |
146 |
| - </antcall> |
147 |
| - |
148 | 141 | <!-- copy shared examples folder -->
|
149 | 142 | <copy todir="${target.path}/examples">
|
150 | 143 | <fileset dir="shared/examples" />
|
|
362 | 355 | <fileset dir="macosx/work/${staging_hardware_folder}/tools" includes="**/man"/>
|
363 | 356 | </delete>
|
364 | 357 |
|
365 |
| - <move file="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.0.3/esptool_osx" tofile="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool" /> |
366 |
| - |
367 |
| - <delete dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.0.3/" /> |
368 |
| - |
369 | 358 | <antcall target="unzip">
|
370 | 359 | <param name="archive_file" value="./libastylej-2.05.zip" />
|
371 | 360 | <param name="archive_url" value="http://arduino.cc/download.php?f=/libastylej-2.05.zip" />
|
|
390 | 379 | <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" />
|
391 | 380 | </antcall>
|
392 | 381 |
|
| 382 | + <antcall target="unzip"> |
| 383 | + <param name="archive_file" value="${staging_folder}/esptool-0.4.2-osx.zip" /> |
| 384 | + <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.2/esptool-0.4.2-osx.zip" /> |
| 385 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-osx" /> |
| 386 | + <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" /> |
| 387 | + </antcall> |
| 388 | + <move file="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-osx/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool" /> |
| 389 | + <delete dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-osx/" /> |
393 | 390 |
|
394 | 391 | </target>
|
395 | 392 |
|
|
896 | 893 | <fileset dir="windows/work/hardware/tools/avr/doc" />
|
897 | 894 | </delete>
|
898 | 895 |
|
899 |
| - <antcall target="untar"> |
| 896 | + <antcall target="untar"> |
900 | 897 | <param name="archive_file" value="${staging_folder}/dist/win32-xtensa-lx106-elf.tgz" />
|
901 | 898 | <param name="archive_url" value="http://download.igrr.me/win32-xtensa-lx106-elf.tgz" />
|
902 | 899 | <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/xtensa-lx106-elf" />
|
903 | 900 | <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" />
|
904 | 901 | </antcall>
|
905 | 902 |
|
906 |
| - <move file="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.0.3/esptool.exe" tofile="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool.exe" /> |
907 |
| - |
908 |
| - <delete dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.0.3/" /> |
909 |
| - |
| 903 | + |
| 904 | + <antcall target="unzip"> |
| 905 | + <param name="archive_file" value="${staging_folder}/esptool-0.4.2-win32.zip" /> |
| 906 | + <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.2/esptool-0.4.2-win32.zip" /> |
| 907 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-win32" /> |
| 908 | + <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" /> |
| 909 | + </antcall> |
| 910 | + <move file="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-win32/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool" /> |
| 911 | + <delete dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-win32/" /> |
| 912 | + |
910 | 913 | </target>
|
911 | 914 |
|
912 | 915 | <target name="windows-run" depends="windows-build"
|
|
0 commit comments