1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00

Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms)

This commit is contained in:
Cristian Maglie 2021-05-14 14:52:44 +02:00
parent 1ed8776eb3
commit d5fef6a079
14 changed files with 11 additions and 8 deletions

View File

@ -1 +0,0 @@
3facc1477b1089e8ba6904a891134c16610daab1

View File

@ -0,0 +1 @@
e034c072a81f00a831dd602a5e7beabc2cd0f1a0

View File

@ -1 +0,0 @@
2cd8f03c0070c726c1c906338b4221a50dc75e78

View File

@ -0,0 +1 @@
57c1f3ffc849aed119207d8fd8a130a967d0e6c8

View File

@ -1 +0,0 @@
9a3f0a0c9b7759972bbe6e75d43b2a4760b94c12

View File

@ -0,0 +1 @@
b54ad6ec630d66521a84075c763e8325c6f82591

View File

@ -1 +0,0 @@
b5896d835b1c81459652e2deafe194bd1986b3dc

View File

@ -0,0 +1 @@
cb378bc29edeb90ad52d0544e02862a137b5f54c

View File

@ -1 +0,0 @@
7606aa6d79b96ec76c02ee34719222eee807190c

View File

@ -0,0 +1 @@
e1335e27ac3b92421c18977884eb558c07af76ab

View File

@ -1 +0,0 @@
c2236b5a2a16657f42a2ba1381f240febdc61f7f

View File

@ -0,0 +1 @@
b341957539bc149300607ec03366e3910e2ac0a5

View File

@ -99,7 +99,7 @@
<property name="portable" value="false" /> <property name="portable" value="false" />
<property name="ARDUINO-BUILDER-VERSION" value="1.6.0" /> <property name="ARDUINO-BUILDER-VERSION" value="1.6.1" />
<property name="LIBLISTSERIAL-VERSION" value="1.4.2-2" /> <property name="LIBLISTSERIAL-VERSION" value="1.4.2-2" />
<property name="AVRGCC-VERSION" value="7.3.0-atmel3.6.1-arduino7" /> <property name="AVRGCC-VERSION" value="7.3.0-atmel3.6.1-arduino7" />
<property name="AVRDUDE-VERSION" value="6.3.0-arduino17" /> <property name="AVRDUDE-VERSION" value="6.3.0-arduino17" />

View File

@ -1,4 +1,7 @@
ARDUINO 1.8.15 2021.??.?? ARDUINO 1.8.15 2021.05.13
HOTFIX:
* Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms)
ARDUINO 1.8.14 2021.05.12 ARDUINO 1.8.14 2021.05.12