Skip to content

Commit b44c325

Browse files
committed
Added WiFi101-Updater tool
1 parent 3276a35 commit b44c325

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ build/linux/liblistSerials*
4949
build/shared/reference*.zip
5050
build/shared/Edison*.zip
5151
build/shared/Galileo*.zip
52+
build/shared/WiFi101-Updater-ArduinoIDE-Plugin*.zip
5253
test-bin
5354
*.iml
5455
.idea

build/build.xml

+8
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,14 @@
203203
<echo file="${target.path}/lib/version.txt" message="${version}" />
204204

205205
<antcall target="assemble-libraries" />
206+
207+
<!-- Add WiFi101 updater tool -->
208+
<antcall target="unzip">
209+
<param name="archive_file" value="shared/WiFi101-Updater-ArduinoIDE-Plugin-0.8.0.zip" />
210+
<param name="archive_url" value="https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.8.0/WiFi101-Updater-ArduinoIDE-Plugin-0.8.0.zip" />
211+
<param name="final_folder" value="${target.path}/tools/WiFi101" />
212+
<param name="dest_folder" value="${target.path}/tools/" />
213+
</antcall>
206214
</target>
207215

208216
<!-- copy library folder -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b99acb415f2a1e395ac705cd22947e1e7af1df4a

0 commit comments

Comments
 (0)