|
1 |
| -ARDUINO 1.5.7 |
| 1 | +ARDUINO 1.5.7 BETA |
2 | 2 |
|
3 | 3 | [core]
|
4 |
| -* [fix] Bridge HttpClient had wrong implementation of running() function |
| 4 | +* Upgraded AVR toolchain: gcc 4.8.1, avr-libc 1.8.0 |
| 5 | +* Upgraded avrdude to version 6.0.1 |
| 6 | +* avr: Improved USB-CDC write speed (Justin Rajewski) |
| 7 | +* avr: fixed typo in SerialEvent3 handling (Matthijs Kooijman) |
| 8 | +* avr: HardwareSerial support for different size of TX and RX buffer sizes (Jan Baeyens) |
| 9 | +* avr: HardwareSerial support for buffer sizes bigger than 256 bytes (Jan Baeyens) |
| 10 | +* sam: Added configuration (parity, data bits, stop bits) to Serial1/2/3 of Arduino Due (bluesign2k) |
| 11 | +* Removed a lot of compiler warnings from Arduino core |
| 12 | +* avr: Fix EXTERNAL_NUM_INTERRUPTS for atmega128rfa1 and atmega256rfr2 (Matthijs Kooijman) |
| 13 | +* sam: Fix to Wire::endTransmisson() return value (bluesign2k) |
| 14 | +* sam: Fix to Wire usage of TWI status register (bluesign2k) |
| 15 | + |
| 16 | +[ide] |
| 17 | +* Added support for '-' and '.' in filenames (Georg von Zengen) |
| 18 | +* (re)Added 'arduino_debug.exe' in Windows build for debugging purposes |
| 19 | +* Magic baudrate is no longer removed (it was a workaround for RXTX) |
| 20 | + (for more info see github issues: #1203 and #995) |
| 21 | +* Allow overriding platform.txt using platform.local.txt (Matthijs Kooijman) |
| 22 | +* Explicitly define compiler.path in avr/platform.txt (Matthijs Kooijman) |
| 23 | +* Make the low available memory message a warning (Matt Robinson) |
| 24 | +* Proceed with upload even if port can't be found (David Mellis) |
| 25 | + |
| 26 | +[libraries] |
| 27 | +* Updated SpaceBrew library |
| 28 | +* Fixed HttpClient::running() function |
| 29 | +* Fixed HttpClient::ready() function (Manuel Rabade) |
| 30 | +* Added HttpClient::noCheckSSL() method |
| 31 | +* Improved speed of YunSerialTerminal |
| 32 | +* Fixed CRC of shutdown command on YunSerialTerminal example |
| 33 | +* Updates/Fix to various examples |
5 | 34 |
|
6 | 35 | ARDUINO 1.5.6-r2 BETA 2014.02.21
|
7 | 36 |
|
|
0 commit comments