mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-21 12:29:23 +01:00
Updated and add libs
This commit is contained in:
parent
3341c8b2f7
commit
a51723fe79
@ -618,8 +618,8 @@ public class BaseNoGui {
|
||||
}
|
||||
|
||||
private static void copyStockLibraryIndexIfUpstreamIsMissing(File librariesIndexFile) throws IOException {
|
||||
if (!librariesIndexFile.isFile()) {
|
||||
File defaultLibraryJsonFile = new File(getContentFile("dist"), "library_index.json");
|
||||
File defaultLibraryJsonFile = new File(getContentFile("dist"), "library_index.json");
|
||||
if (!librariesIndexFile.isFile() || (defaultLibraryJsonFile.isFile() && defaultLibraryJsonFile.lastModified() > librariesIndexFile.lastModified())) {
|
||||
if (defaultLibraryJsonFile.isFile()) {
|
||||
FileUtils.copyFile(defaultLibraryJsonFile, librariesIndexFile);
|
||||
} else {
|
||||
|
@ -1 +0,0 @@
|
||||
bd9f9ddb27f14acd9d300bfe7e3bf9c33b81ae22
|
1
build/Bridge-1.1.0.zip.sha
Normal file
1
build/Bridge-1.1.0.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
cedc2a161b7ec2977f5311ff1f98b1f834ec5b3f
|
1
build/Keyboard-1.0.0.zip.sha
Normal file
1
build/Keyboard-1.0.0.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
175879b1f0cbc982756c083b8dbdebee38ed8dcb
|
1
build/Mouse-1.0.0.zip.sha
Normal file
1
build/Mouse-1.0.0.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
55a186583f272b19646bd88d0ef5439b1b533568
|
@ -1 +0,0 @@
|
||||
4af55b713e318f534f524b8ad239c1ca2419deaa
|
1
build/Temboo-1.1.4.zip.sha
Normal file
1
build/Temboo-1.1.4.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
3d847f79cbb913ea1a65239ca458b3eddc1d12ac
|
@ -182,22 +182,19 @@
|
||||
<!-- copy library folder -->
|
||||
<target name="assemble-libraries" unless="light_bundle">
|
||||
<copy todir="${target.path}/libraries">
|
||||
<fileset dir="../libraries">
|
||||
<!-- exluding non AVR libraries -->
|
||||
<exclude name="**/Audio/**"/>
|
||||
<exclude name="**/Scheduler/**"/>
|
||||
<exclude name="**/USBHost/**"/>
|
||||
</fileset>
|
||||
<fileset dir="../libraries"/>
|
||||
</copy>
|
||||
|
||||
<download-library name="Firmata" version="2.4.4" tag="v2.4.4"/>
|
||||
<download-library name="Bridge" version="1.0.7"/>
|
||||
<download-library name="Bridge" version="1.1.0"/>
|
||||
<download-library name="Robot_Control" version="1.0.2"/>
|
||||
<download-library name="Robot_Motor" version="1.0.2"/>
|
||||
<download-library name="RobotIRremote" version="1.0.2"/>
|
||||
<download-library name="SpacebrewYun" version="1.0.0"/>
|
||||
<download-library name="Temboo" version="1.1.3" githubuser="temboo"/>
|
||||
<download-library name="Temboo" version="1.1.4" githubuser="temboo"/>
|
||||
<download-library name="Esplora" version="1.0.4"/>
|
||||
<download-library name="Mouse" version="1.0.0"/>
|
||||
<download-library name="Keyboard" version="1.0.0"/>
|
||||
</target>
|
||||
|
||||
<macrodef name="download-library">
|
||||
|
Loading…
x
Reference in New Issue
Block a user