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

Updated arm gcc to 4.8.3

This commit is contained in:
Cristian Maglie
2014-01-07 10:44:55 +01:00
parent 3a4381955e
commit 4df2c8982a
11 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@ ARDUINO 1.5.7 BETA
[core]
* Upgraded AVR toolchain: gcc 4.8.1, avr-libc 1.8.0
* Upgraded ARM toolchain: gcc 4.7.4
* Upgraded ARM toolchain: gcc 4.8.3
* Upgraded avrdude to version 6.0.1
* ARM gcc doesn't require ia32-libs anymore on 64 bits linux systems
* avr: Improved USB-CDC write speed (Justin Rajewski)