File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,18 @@ ARDUINO 1.6.10
9
9
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
10
10
* Examples are now filtered by architecture
11
11
* Added more graceful handling of upload failures
12
+ * Solved a bug that crashed the IDE with some exotic serial devices
12
13
13
14
[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
16
16
* sam: added snprintf_P to avr/pgmspace.h stub. Thanks @jantje
17
17
* avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt
18
18
* Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A
19
19
* 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
20
24
21
25
[libraries]
22
26
You can’t perform that action at this time.
0 commit comments