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

Updated ARM gcc to 4.7.4. Added native 64 bit version for linux (no more ia32-libs needed).

Fixes #1474
This commit is contained in:
Cristian Maglie
2013-07-28 14:14:04 +02:00
parent b0332f0c36
commit ea804023ef
6 changed files with 41 additions and 43 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 for linux
* ARM gcc doesn't require ia32-libs anymore on 64 bits linux systems
[arduino core]
* sam: Fixed delayMicrosecond() when interrupts are disabled