11
2- ARDUINO 1.5.6 BETA
2+ ARDUINO 1.5.6 BETA 2014.02.19
33
44[ide]
55* Implemented 1.5 library specification Rev.2
66 (https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification)
77* Replaced RXTX library with JSSC (Alexey Sokolov)
88 http://code.google.com/p/java-simple-serial-connector/
9+ * If two libraries provides the same .h file prioritize the library with tha same folder name
910* Improved command-line parsing (Matthijs Kooijman)
1011
1112[libraries]
1213* TFT: warning messages in PImage class and strings inside examples now stored in flash to save RAM.
1314* Ethernet: added operator == for EthernetClient class (Norbert Truchsess)
15+ * Robot_Control: removed embedded copies of Wire and SPI to allow their use in sketch.
16+ Old sketches using Robot_Control now must include Wire.h and SPI.h.
17+ * Robot_Control: fixed issues about motor turning algorithm
18+ * Bridge: optimized FileIO.doBuffer() (bobh66)
1419
1520[core]
1621* avr: Pile of HardwareSerial improvements (Matthijs Kooijman)
@@ -28,9 +33,11 @@ ARDUINO 1.5.6 BETA
2833* sam: Fixed regression in analogRead() (fails to read multiple channels) (Mark Tillotson)
2934* sam: Fixed loops in Reset.cpp (Matthijs Kooijman)
3035* sam: Optimized delayMicroseconds() (Rob Tillaart) #1121
36+ * sam: added itoa() and related functions
3137* Optimized Print::print(String&) method, now uses internal string buffer to perform block write
3238* Improved portability of String class (maniacbug) #695
3339* Make some operators in IPAddress const (Matthijs Kooijman)
40+ * Fix for compiling assembler files with newer gcc
3441
3542ARDUINO 1.5.5-r2 BETA 2014.01.10
3643
0 commit comments