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

Added support for Flash string on String class.

This commit is contained in:
Cristian Maglie
2013-06-06 15:41:23 +02:00
parent b341a7c751
commit 1130fede3a
6 changed files with 104 additions and 1 deletions

View File

@ -14,6 +14,7 @@ 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)
[libraries]
* sam: Added CAN library (still in early stage of development) (Palliser)