1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

update revisions.txt

This commit is contained in:
Martino Facchin 2015-03-24 14:56:13 +01:00
parent 70bbe398ab
commit 9141edcf5b

View File

@ -6,6 +6,13 @@ ARDUINO 1.6.2
* Windows and MacOSX JVM Xmx halved to 512M
* Introduced starting splashscreen with progress status: will be used for notifying user of long running startup tasks
[libraries]
* EEPROM: Replaced existing library with more complete implementation @Chris--A
* SD: fixed endless timeout on 32bit core (Due) @Timmmm
* Ethernet: fixed headers include path
* SPI: do not influence state of SS pin if it's already been set as output by user sketch @vicatcu
* Bridge: discard message if received length is bigger than rx buffer @arve0
ARDUINO 1.6.1 - 2015.03.10
[ide]