1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-12 12:44:53 +03:00

Merge branch 'penguin359-ide-1.5.x-ram' into ide-1.5.x

Fixes #1377
Fixes #1356
This commit is contained in:
Cristian Maglie
2013-05-03 13:25:59 +02:00
6 changed files with 107 additions and 22 deletions

View File

@@ -246,6 +246,8 @@ target_package = arduino
target_platform = avr
board = uno
software=ARDUINO
# Warn when data segment uses greater than this percentage
build.warn_data_percentage = 75
programmer = arduino:avrispmkii

View File

@@ -6,6 +6,7 @@ ARDUINO 1.5.3 BETA
* Fixed some minor IDE UI bugs (Shigeru Kanemoto)
* Added support for new 1.5 Library format (https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification)
* Pass board type from boards.txt (https://github.com/arduino/Arduino/issues/308)
* Display estimated RAM usage after compile (Loren M. Lang)
[arduino core]
* sam: Fixed delayMicrosecond() when interrupts are disabled