From 0d86acc2745427c9e53d2b8d08a1c2522c33bec0 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sat, 20 Sep 2014 19:46:29 +0200 Subject: [PATCH] Update revision log --- build/shared/revisions.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index e7fbbc24c..d8f650696 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -17,8 +17,9 @@ ARDUINO 1.5.8 BETA - not yet released * Correct implementation of gcc specific internal functions (__cxa_guard_*) (Alexey Guseynov) * Fix for upload problems on Leonardo (and derivative boards based on mega32u4) * Small improvements on String class (Matthijs Kooijman) +* Fixed size of available flash for mega2560 boards (Leonardo Milani, Arnav Gupta) -The following changes are included also in the (not yet released) Arduino IDE 1.0.6: +The following changes are included also in the Arduino IDE 1.0.6: [core] * avr: Added replacement stub for cstdlib atexit() funciton (Christopher Andrews) @@ -64,7 +65,7 @@ ARDUINO 1.5.7 BETA - 2014.07.07 * Updates/Fix to various examples * Added Wire.setClock(..) method (Kristian Sloth Lauszus) -The following changes are included also in the (not yet released) Arduino IDE 1.0.6: +The following changes are included also in the Arduino IDE 1.0.6: [core] * avr: Improved USB-CDC write speed (Justin Rajewski)