Skip to content

Commit

Permalink
Added WiFi101-Updater tool
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jul 22, 2016
1 parent 3276a35 commit b44c325
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ build/linux/liblistSerials*
build/shared/reference*.zip
build/shared/Edison*.zip
build/shared/Galileo*.zip
build/shared/WiFi101-Updater-ArduinoIDE-Plugin*.zip
test-bin
*.iml
.idea
Expand Down
8 changes: 8 additions & 0 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,14 @@
<echo file="${target.path}/lib/version.txt" message="${version}" />

<antcall target="assemble-libraries" />

<!-- Add WiFi101 updater tool -->
<antcall target="unzip">
<param name="archive_file" value="shared/WiFi101-Updater-ArduinoIDE-Plugin-0.8.0.zip" />
<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" />
<param name="final_folder" value="${target.path}/tools/WiFi101" />
<param name="dest_folder" value="${target.path}/tools/" />
</antcall>
</target>

<!-- copy library folder -->
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b99acb415f2a1e395ac705cd22947e1e7af1df4a

0 comments on commit b44c325

Please sign in to comment.