1
- ARDUINO 1.5.7 BETA
1
+ ARDUINO 1.5.7 BETA - 2014.07.07
2
2
3
3
[core]
4
4
* Upgraded AVR toolchain: gcc 4.8.1, avr-libc 1.8.0
@@ -37,7 +37,7 @@ ARDUINO 1.5.7 BETA
37
37
* Improved speed of YunSerialTerminal
38
38
* Fixed CRC of shutdown command on YunSerialTerminal example
39
39
* Updates/Fix to various examples
40
- * avr: Added Wire.setClock(..) method (Kristian Sloth Lauszus)
40
+ * Added Wire.setClock(..) method (Kristian Sloth Lauszus)
41
41
42
42
The following changes are included also in the (not yet released) Arduino IDE 1.0.6:
43
43
@@ -62,12 +62,12 @@ The following changes are included also in the (not yet released) Arduino IDE 1.
62
62
[firmware]
63
63
* Wifishield: fixed paths on firmware upgrade scripts
64
64
65
- ARDUINO 1.5.6-r2 BETA 2014.02.21
65
+ ARDUINO 1.5.6-r2 BETA - 2014.02.21
66
66
67
67
[ide]
68
68
* JSSC: Fixed NPE when RXCHAR event with no bytes (José Pereda)
69
69
70
- ARDUINO 1.5.6 BETA 2014.02.20
70
+ ARDUINO 1.5.6 BETA - 2014.02.20
71
71
72
72
[ide]
73
73
* Implemented 1.5 library specification Rev.2
@@ -108,14 +108,14 @@ ARDUINO 1.5.6 BETA 2014.02.20
108
108
* Make some operators in IPAddress const (Matthijs Kooijman)
109
109
* Fix for compiling assembler files with newer gcc
110
110
111
- ARDUINO 1.5.5-r2 BETA 2014.01.10
111
+ ARDUINO 1.5.5-r2 BETA - 2014.01.10
112
112
113
113
* Signed drivers for Windows 8.1
114
114
* Fixed Windows drivers signature (that prevented installation on
115
115
some Windows 8.x OS). Now the signature is timestamped and should
116
116
not expire.
117
117
118
- ARDUINO 1.5.5 BETA 2013.11.28
118
+ ARDUINO 1.5.5 BETA - 2013.11.28
119
119
120
120
NOTICE:
121
121
The 1.5 library format is under heavy review on the Arduino Developers mailing list.
@@ -168,7 +168,7 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
168
168
* avr: added variant file for Arduino Ethernet
169
169
* Added SERIAL_* metadata in variants files (Paul Stoffregen)
170
170
171
- ARDUINO 1.5.4 BETA 2013.09.10
171
+ ARDUINO 1.5.4 BETA - 2013.09.10
172
172
173
173
[ide]
174
174
* Revert to English locale if the system default is not available
@@ -184,7 +184,7 @@ ARDUINO 1.5.4 BETA 2013.09.10
184
184
[core]
185
185
* avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 cpu) (darryl)
186
186
187
- ARDUINO 1.5.3 BETA 2013.08.30
187
+ ARDUINO 1.5.3 BETA - 2013.08.30
188
188
189
189
[ide]
190
190
* Removed useless baud rates from serial monitor
0 commit comments