1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

Merge branch 'update-arm-gcc' into ide-1.5.x

This commit is contained in:
Cristian Maglie
2013-08-08 15:00:14 +02:00
10 changed files with 71 additions and 125 deletions

View File

@@ -7,6 +7,8 @@ ARDUINO 1.5.3 BETA
* 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)
* Updated arm gcc to 4.7.4 and simplified build.xml
* ARM gcc doesn't require ia32-libs anymore on 64 bits linux systems
[arduino core]
* sam: Fixed delayMicrosecond() when interrupts are disabled