Skip to content

Commit 403c96f

Browse files
committed
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
2 parents 370648a + a798c79 commit 403c96f

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

build/shared/revisions.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,25 @@ ARDUINO 1.5.7 BETA
3333
* Fixed CRC of shutdown command on YunSerialTerminal example
3434
* Updates/Fix to various examples
3535

36+
The following changes are included also in the (not yet released) Arduino IDE 1.0.6:
37+
38+
[core]
39+
* avr: Improved USB-CDC write speed (Justin Rajewski)
40+
* avr: Improved USB-CDC read code (Paul Brook)
41+
* avr: Fixed race condition in USB-CDC transmit (Paul Brook)
42+
* Fixed wrong NULL pointer handling in Stream class (Amulya Kumar Sahoo)
43+
44+
[ide]
45+
* Fix toolchain command line to compile assembler files (Jimmy Hedman)
46+
* If two libraries have the same header file use the lib with the same folder name (Paul Stoffregen)
47+
48+
[libraries]
49+
* Robot_Control: removed duplicated SPI and Wire (Xun Yang)
50+
* Robot_Control: fixed issue on motors being opposite (Xun Yang)
51+
* Robot_Control: updated turning algorithm (Xun Yang)
52+
* Esplora: added reading form Tinkerkit inputs
53+
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
54+
3655
ARDUINO 1.5.6-r2 BETA 2014.02.21
3756

3857
[ide]
@@ -271,6 +290,28 @@ ARDUINO 1.5 BETA - 2012.10.22
271290
* For more info refer to this press release:
272291
http://arduino.cc/blog/2012/10/22/arduino-1-5-support-for-the-due-and-other-processors-easier-library-installation-simplified-board-menu-etc/
273292

293+
ARDUINO 1.0.6 - not yet released
294+
295+
[core]
296+
* avr: Improved USB-CDC write speed (Justin Rajewski)
297+
* avr: Improved USB-CDC read code (Paul Brook)
298+
* avr: Fixed race condition in USB-CDC transmit (Paul Brook)
299+
* Fixed wrong NULL pointer handling in Stream class (Amulya Kumar Sahoo)
300+
* Backported String class from IDE 1.5.x (Matt Jenkins)
301+
* Backported Print class from IDE 1.5.x
302+
303+
[ide]
304+
* Added compatibility for IDE 1.5.x libraries layout
305+
* Fix toolchain command line to compile assembler files (Jimmy Hedman)
306+
* If two libraries have the same header file use the lib with the same folder name (Paul Stoffregen)
307+
308+
[libraries]
309+
* Robot_Control: removed duplicated SPI and Wire (Xun Yang)
310+
* Robot_Control: fixed issue on motors being opposite (Xun Yang)
311+
* Robot_Control: updated turning algorithm (Xun Yang)
312+
* Esplora: added reading form Tinkerkit inputs
313+
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
314+
274315
ARDUINO 1.0.5-r2 - 2014.01.08
275316

276317
* Signed drivers for Windows 8.1

0 commit comments

Comments
 (0)