Skip to content

Update builtin libraries #7913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion build/Adafruit_CircuitPlayground-1.6.8.zip.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/Adafruit_Circuit_Playground-1.8.1.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01de573b19ea36114ac7704f20fc13111b8f965f
1 change: 0 additions & 1 deletion build/Bridge-1.6.3.zip.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/Bridge-1.7.0.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6d1a6160e029faf1066b6c7d8e80044a0e4fb017
1 change: 1 addition & 0 deletions build/Ethernet-2.0.0.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8df0087aa13fa1ef22bfcb8974b46d65675721a1
1 change: 0 additions & 1 deletion build/Firmata-2.5.6.zip.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/Firmata-2.5.8.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f3503270998e211d770b3a0269562b97d2f50d80
1 change: 1 addition & 0 deletions build/GSM-1.0.6.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dd70f34bea2a715755aa332b0e4a41c1be951496
1 change: 0 additions & 1 deletion build/Keyboard-1.0.1.zip.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/Keyboard-1.0.2.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
251d547d24d81bb375ed397862dfb181eb8b0089
1 change: 0 additions & 1 deletion build/SD-1.1.0.zip.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/SD-1.2.2.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4c720f714766b9a845c6b3e63c1347eac70a757f
1 change: 1 addition & 0 deletions build/Stepper-1.1.3.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0066669962ddf7efc34cfeade75b5d20ba284cb1
1 change: 1 addition & 0 deletions build/TFT-1.0.6.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1af8d4c8960bd98191d001308528071b1ad0492f
1 change: 1 addition & 0 deletions build/WiFi-1.2.7.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2f70aa472e0c78dd0642fac7befc2df285059727
17 changes: 11 additions & 6 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,20 +229,25 @@
<fileset dir="../libraries"/>
</copy>

<download-library name="Firmata" version="2.5.6"/>
<download-library name="Bridge" version="1.6.3"/>
<download-library name="Ethernet" version="2.0.0"/>
<download-library name="GSM" version="1.0.6"/>
<download-library name="Stepper" version="1.1.3"/>
<download-library name="TFT" version="1.0.6"/>
<download-library name="WiFi" version="1.2.7"/>
<download-library githubuser="firmata" name="arduino" version="2.5.8" foldername="Firmata"/>
<download-library name="Bridge" version="1.7.0"/>
<download-library name="Robot_Control" version="1.0.4"/>
<download-library name="Robot_Motor" version="1.0.3"/>
<download-library name="RobotIRremote" version="2.0.0"/>
<download-library name="SpacebrewYun" version="1.0.1"/>
<download-library name="Temboo" version="1.2.1"/>
<download-library name="Esplora" version="1.0.4"/>
<download-library name="Mouse" version="1.0.1"/>
<download-library name="Keyboard" version="1.0.1"/>
<download-library name="SD" version="1.1.1"/>
<download-library name="Keyboard" version="1.0.2"/>
<download-library name="SD" version="1.2.2"/>
<download-library name="Servo" version="1.1.2"/>
<download-library name="LiquidCrystal" version="1.0.7"/>
<download-library githubuser="Adafruit" name="Adafruit_CircuitPlayground" version="1.6.8" foldername="Adafruit_Circuit_Playground"/>
<download-library githubuser="Adafruit" name="Adafruit_CircuitPlayground" version="1.8.1" foldername="Adafruit_Circuit_Playground"/>
</target>

<macrodef name="download-library">
Expand All @@ -253,7 +258,7 @@
<attribute name="githubuser" default="arduino-libraries"/>
<sequential>
<antcall target="unzip">
<param name="archive_file" value="@{name}-@{version}.zip"/>
<param name="archive_file" value="@{foldername}-@{version}.zip"/>
<param name="archive_url" value="https://github.com/@{githubuser}/@{name}/archive/@{tag}.zip"/>
<param name="final_folder" value="${target.path}/libraries/@{name}-@{version}"/>
<param name="dest_folder" value="${target.path}/libraries"/>
Expand Down
Empty file added libraries/.keep
Empty file.
38 changes: 0 additions & 38 deletions libraries/Ethernet/AUTHORS

This file was deleted.

24 changes: 0 additions & 24 deletions libraries/Ethernet/README.adoc

This file was deleted.

109 changes: 0 additions & 109 deletions libraries/Ethernet/examples/AdvancedChatServer/AdvancedChatServer.ino

This file was deleted.

Loading