File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
2- ARDUINO 1.6.0rc2
2+ ARDUINO 1.6.0 - 2015.01.19
33
44[ide]
55* Reenabled speed of 38400 on serial monitor
66* Improved Find/Replace dialog layout (Eberhard Fahle)
77
88[core]
99* 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
1013
1114[libraries]
1215* 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:
1619[ide]
1720* Mitigated Serial Monitor resource exhaustion when the connected device sends a lot of data (Paul Stoffregen)
1821
19- [core]
20- * sam: HardwareSerial now has buffered transmission (Collin Kidder)
21-
2222ARDUINO 1.6.0rc1
2323
2424* IDE internals have been refactored and sorted out. (Claudio Indellicati)
You can’t perform that action at this time.
0 commit comments