1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Merge branch 'master' into ide-1.5.x

Conflicts:
	app/src/processing/app/Serial.java
	app/src/processing/app/SerialMonitor.java
This commit is contained in:
Cristian Maglie
2014-12-23 16:25:39 +01:00
6 changed files with 190 additions and 24 deletions

View File

@ -1,4 +1,11 @@
ARDUINO 1.6.0rc2
The following changes are included also in the Arduino IDE 1.0.7:
[ide]
* Mitigated Serial Monitor resource exhaustion when the connected device sends a lot of data (Paul Stoffregen)
ARDUINO 1.6.0rc1
* IDE internals have been refactored and sorted out. (Claudio Indellicati)
@ -379,6 +386,9 @@ ARDUINO 1.0.7
* Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt() macro
* Fixed performance regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057
[ide]
* Mitigated Serial Monitor resource exhaustion when the connected device sends a lot of data (Paul Stoffregen)
ARDUINO 1.0.6 - 2014.09.16
[core]