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

Merge branch 'ide-1.5.x' into ide-1.5.x-discovery

This commit is contained in:
Cristian Maglie
2013-06-07 00:38:42 +02:00
12 changed files with 484 additions and 44 deletions

View File

@ -14,6 +14,9 @@ ARDUINO 1.5.3 BETA
* sam: Added compatibility for avr/pgmspace.h (Paul Stoffregen)
* sam: Added serialEvent*() support
* sam: Fixed micros() to work with inside interrupts. (stimmer)
* avr: Added support for Flash strings on String class (Jantje)
* Added support for floating point numbers in String class (Tevin Zhang, SebiTimeWaster)
* sam: Fixed String buffer overflows (Paul Stoffregen)
[libraries]
* sam: Added CAN library (still in early stage of development) (Palliser)