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

Updated arm gcc to version 4.8.3-2014q1

This commit is contained in:
Cristian Maglie
2014-05-05 23:30:23 +02:00
committed by Cristian Maglie
parent 4df2c8982a
commit c2e5f67ea6
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.8.3
* Upgraded ARM toolchain: gcc 4.8.3-2014q1
* 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)