Skip to content

Commit 3276a35

Browse files
committed
Update revision log
1 parent 1d98491 commit 3276a35

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build/shared/revisions.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ ARDUINO 1.6.10
99
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
1010
* Examples are now filtered by architecture
1111
* Added more graceful handling of upload failures
12+
* Solved a bug that crashed the IDE with some exotic serial devices
1213

1314
[core]
14-
* fixed a small bug that caused a compile error on some 3rd party derivatives
15-
boards based on Leonardo
15+
* fixed a small bug that caused a compile error on some 3rd party derivatives boards based on Leonardo
1616
* sam: added snprintf_P to avr/pgmspace.h stub. Thanks @jantje
1717
* avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt
1818
* Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A
1919
* Added getTimeout() method to Stream. Thanks @mattb5906
20+
* avr: Fixed USB wakeup event handling, this solves some rare lockups of serial port on some linux distributions
21+
* Speed and size improvement on Print::printFloat(..). Thanks @bblanchon
22+
* avr: Added Serial.availableForWrite() for USB-CDC serial ports
23+
* avr: Added PIN_* defines to all board variants
2024

2125
[libraries]
2226

0 commit comments

Comments
 (0)