1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-08 11:22:40 +03:00

Updated revision log

This commit is contained in:
Cristian Maglie
2013-08-01 11:57:14 +02:00
parent ab82b1a405
commit 0479d49741

View File

@@ -18,6 +18,8 @@ ARDUINO 1.5.3 BETA
* Added support for floating point numbers in String class (Tevin Zhang, SebiTimeWaster)
* sam: Fixed String buffer overflows (Paul Stoffregen)
* avr: Added recipe for assembly files (C. A. Church)
* avr: Use analogPinToChannel if it's defined (Kristian Sloth Lauszus)
* avr: Optimized HardwareSerial buffer (Matthijs Kooijman)
[libraries]
* sam: Added CAN library (still in early stage of development) (Palliser)