1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-29 18:52:13 +01:00

Better revisions.txt

This commit is contained in:
Federico Fissore 2013-09-27 16:22:40 +02:00
parent 93ce3b43e0
commit 88785ade02

View File

@ -1,17 +1,19 @@
ARDUINO 1.5.5 BETA
[ide]
* Added missing YunServer and YunClient keywords
[libraries]
* avr: Fixed buffer overflow in File::doBuffer() (dreggy)
* avr: Fixed timeout in Bridge::transfer()
* sam: Fixed SPI initialization (when using extended API and multiple CS)
* avr: Fixed behavior of EthernetClient::flush()
* avr: Fixed wrong extended fuses on Arduino Yún when using external programmer
* Added missing YunServer and YunClient keywords
[core]
* sam: Fixed wrong initialization for ADC timings (analogRead speed Arduino DUE improved by a factor x10)
(http://www.djerickson.com/arduino/)
* avr: Fixed wrong extended fuses on Arduino Yún when using external programmer
ARDUINO 1.5.4 BETA 2013.09.10