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

Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery

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

View File

@ -1,12 +1,19 @@
ARDUINO 1.5.4 BETA
ARDUINO 1.5.4 BETA 2013.09.10
[ide]
* Revert to English locale if the system default is not available
* Added support for Arduino Yun
* Autodetect of boards connected to each serial port
* Network upload and discovery for Arduino Yun
[libraries]
* sam: fixed wrong SPI initialization (noblepepper)
* updated all instances of Adafruit_GFX to the latest version
* added libraries for Arduino Yun
[core]
* avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 cpu) (darryl)
ARDUINO 1.5.3 BETA 2013.08.30