1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Merge branch 'ide-1.5.x-library-to-new-format' into ide-1.5.x

This commit is contained in:
Cristian Maglie
2013-08-08 16:43:19 +02:00
752 changed files with 167609 additions and 10266 deletions

View File

@ -27,6 +27,7 @@ ARDUINO 1.5.3 BETA
* sam: Added CAN library (still in early stage of development) (Palliser)
* sam: Bugfix SPI library: begin() after end() now works (stimmer)
* sam: Bugfix SPI library: incorrent pin configuration in non-extended mode.
* Ported all libraries to new 1.5 format
[firmwares]
* Arduino Due: fixed USB2Serial garbage at startup (https://github.com/arduino/Arduino/pull/1267)