@@ -33,6 +33,25 @@ ARDUINO 1.5.7 BETA
33
33
* Fixed CRC of shutdown command on YunSerialTerminal example
34
34
* Updates/Fix to various examples
35
35
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
+
36
55
ARDUINO 1.5.6-r2 BETA 2014.02.21
37
56
38
57
[ide]
@@ -271,6 +290,28 @@ ARDUINO 1.5 BETA - 2012.10.22
271
290
* For more info refer to this press release:
272
291
http://arduino.cc/blog/2012/10/22/arduino-1-5-support-for-the-due-and-other-processors-easier-library-installation-simplified-board-menu-etc/
273
292
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
+
274
315
ARDUINO 1.0.5-r2 - 2014.01.08
275
316
276
317
* Signed drivers for Windows 8.1
0 commit comments