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

Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x-discovery

This commit is contained in:
Federico Fissore
2013-06-25 16:13:56 +02:00
9 changed files with 20 additions and 17 deletions

View File

@ -20,6 +20,8 @@ ARDUINO 1.5.3 BETA
[libraries]
* 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.
[firmwares]
* Arduino Due: fixed USB2Serial garbage at startup (https://github.com/arduino/Arduino/pull/1267)