1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Merge branch 'master' into ide-1.5.x

This commit is contained in:
Cristian Maglie
2014-06-30 18:26:56 +02:00

View File

@ -301,6 +301,7 @@ ARDUINO 1.0.6 - not yet released
* Fixed wrong NULL pointer handling in Stream class (Amulya Kumar Sahoo) * Fixed wrong NULL pointer handling in Stream class (Amulya Kumar Sahoo)
* Backported String class from IDE 1.5.x (Matt Jenkins) * Backported String class from IDE 1.5.x (Matt Jenkins)
* Backported Print class from IDE 1.5.x * Backported Print class from IDE 1.5.x
* Backported digitalPinToInterrupt macro from IDE 1.5.x
[ide] [ide]
* Added compatibility for IDE 1.5.x libraries layout * Added compatibility for IDE 1.5.x libraries layout