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

Merge commit 'collin80-uart-fix' into ide-1.5.x

This commit is contained in:
Cristian Maglie
2015-01-06 01:58:59 +01:00
8 changed files with 136 additions and 200 deletions

View File

@ -6,6 +6,9 @@ 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)
[core]
* sam: HardwareSerial now performs ISR based buffered transmission (Collin Kidder)
ARDUINO 1.6.0rc1
* IDE internals have been refactored and sorted out. (Claudio Indellicati)