1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Merge branch 'eth-fix' into ide-1.5.x

Conflicts:
	build/shared/revisions.txt
This commit is contained in:
Cristian Maglie
2013-09-25 10:37:07 +02:00
7 changed files with 25 additions and 12 deletions

View File

@ -5,6 +5,7 @@ ARDUINO 1.5.5 BETA
* 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()
ARDUINO 1.5.4 BETA 2013.09.10