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

Updated arm gcc to 4.7.4

This commit is contained in:
Cristian Maglie
2013-08-30 11:02:30 +02:00
parent 6b5a99b7b5
commit 3a4381955e
10 changed files with 19 additions and 16 deletions

View File

@@ -2,7 +2,9 @@ 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 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)
* avr: fixed typo in SerialEvent3 handling (Matthijs Kooijman)
* avr: HardwareSerial support for different size of TX and RX buffer sizes (Jan Baeyens)