File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- ARDUINO 1.6.0rc2
2
+ ARDUINO 1.6.0 - 2015.01.19
3
3
4
4
[ide]
5
5
* Reenabled speed of 38400 on serial monitor
6
6
* Improved Find/Replace dialog layout (Eberhard Fahle)
7
7
8
8
[core]
9
9
* Arduino "boolean" type is now mapped to "bool" instead of "uint8_t" (Christopher Andrews)
10
+ * sam: HardwareSerial now has buffered transmission (Collin Kidder)
11
+ * sam: HardwareSerial fixed modes (parity, data bits, stop bits) (bluesign2k)
12
+ * avr: Fixed regression in pulseIn() function accuracy
10
13
11
14
[libraries]
12
15
* GSM: minor changes and bug fix (https://github.com/arduino/Arduino/pull/2546)
@@ -16,9 +19,6 @@ The following changes are included also in the Arduino IDE 1.0.7:
16
19
[ide]
17
20
* Mitigated Serial Monitor resource exhaustion when the connected device sends a lot of data (Paul Stoffregen)
18
21
19
- [core]
20
- * sam: HardwareSerial now has buffered transmission (Collin Kidder)
21
-
22
22
ARDUINO 1.6.0rc1
23
23
24
24
* IDE internals have been refactored and sorted out. (Claudio Indellicati)
You can’t perform that action at this time.
0 commit comments