Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4278e3

Browse files
authoredSep 2, 2020··
Merge branch 'master' into board-autoswitch
2 parents 9f1dcee + 67fbd08 commit a4278e3

File tree

1,577 files changed

+47426
-448110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,577 files changed

+47426
-448110
lines changed
 

‎.classpath

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<classpathentry kind="src" path="app/test"/>
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
66
<classpathentry kind="lib" path="app/lib/apple.jar"/>
7-
<classpathentry kind="lib" path="app/lib/ecj.jar"/>
87
<classpathentry kind="lib" path="app/test-lib/junit-4.11.jar"/>
98
<classpathentry kind="lib" path="app/test-lib/fest-assert-1.2.jar"/>
109
<classpathentry kind="lib" path="app/test-lib/fest-reflect-1.2.jar"/>
@@ -16,17 +15,17 @@
1615
<classpathentry kind="lib" path="app/lib/commons-httpclient-3.1.jar"/>
1716
<classpathentry kind="lib" path="app/lib/commons-logging-1.0.4.jar"/>
1817
<classpathentry kind="lib" path="app/lib/commons-net-3.3.jar"/>
19-
<classpathentry kind="lib" path="app/lib/jmdns-3.5.1.jar"/>
18+
<classpathentry kind="lib" path="app/lib/jmdns-3.5.3.jar"/>
2019
<classpathentry kind="lib" path="app/lib/slf4j-api-1.7.22.jar"/>
2120
<classpathentry kind="lib" path="app/lib/jsch-0.1.50.jar"/>
22-
<classpathentry kind="lib" path="app/lib/jssc-2.8.0.jar"/>
21+
<classpathentry kind="lib" path="app/lib/jssc-2.8.0-arduino3.jar"/>
2322
<classpathentry kind="lib" path="app/lib/bcpg-jdk15on-152.jar"/>
2423
<classpathentry kind="lib" path="app/lib/bcprov-jdk15on-152.jar"/>
25-
<classpathentry kind="lib" path="app/lib/jackson-core-2.6.3.jar"/>
26-
<classpathentry kind="lib" path="app/lib/jackson-databind-2.6.3.jar"/>
27-
<classpathentry kind="lib" path="app/lib/jackson-module-mrbean-2.6.3.jar"/>
28-
<classpathentry kind="lib" path="app/lib/jackson-annotations-2.6.3.jar"/>
24+
<classpathentry kind="lib" path="app/lib/jackson-core-2.9.5.jar"/>
25+
<classpathentry kind="lib" path="app/lib/jackson-databind-2.9.5.jar"/>
26+
<classpathentry kind="lib" path="app/lib/jackson-annotations-2.9.5.jar"/>
2927
<classpathentry kind="lib" path="app/lib/commons-compress-1.8.jar"/>
28+
<classpathentry kind="lib" path="app/lib/commons-lang3-3.8.1.jar"/>
3029
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
3130
<classpathentry kind="output" path="app/bin"/>
3231
</classpath>

‎.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please read the Issues section of the Contributing Rules at the "Contributing" link to the right before submitting an issue report.

0 commit comments

Comments
 (0)
Please sign in to comment.