1
1
2
- ARDUINO 1.5.6 BETA
2
+ ARDUINO 1.5.6 BETA 2014.02.19
3
3
4
4
[ide]
5
5
* Implemented 1.5 library specification Rev.2
6
6
(https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification)
7
7
* Replaced RXTX library with JSSC (Alexey Sokolov)
8
8
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
9
10
* Improved command-line parsing (Matthijs Kooijman)
10
11
11
12
[libraries]
12
13
* TFT: warning messages in PImage class and strings inside examples now stored in flash to save RAM.
13
14
* 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)
14
19
15
20
[core]
16
21
* avr: Pile of HardwareSerial improvements (Matthijs Kooijman)
@@ -28,9 +33,11 @@ ARDUINO 1.5.6 BETA
28
33
* sam: Fixed regression in analogRead() (fails to read multiple channels) (Mark Tillotson)
29
34
* sam: Fixed loops in Reset.cpp (Matthijs Kooijman)
30
35
* sam: Optimized delayMicroseconds() (Rob Tillaart) #1121
36
+ * sam: added itoa() and related functions
31
37
* Optimized Print::print(String&) method, now uses internal string buffer to perform block write
32
38
* Improved portability of String class (maniacbug) #695
33
39
* Make some operators in IPAddress const (Matthijs Kooijman)
40
+ * Fix for compiling assembler files with newer gcc
34
41
35
42
ARDUINO 1.5.5-r2 BETA 2014.01.10
36
43
0 commit comments