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

Merge branch 'lib-1.5-newformat' into ide-1.5.x

This commit is contained in:
Cristian Maglie
2013-02-27 18:29:56 +01:00
12 changed files with 487 additions and 156 deletions

View File

@ -4,6 +4,8 @@ ARDUINO 1.5.3 BETA
[ide]
* Removed useless baud rates from serial monitor
* Fixed some minor IDE UI bugs (Shigeru Kanemoto)
* Added support for new 1.5 Library format (https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification)
* Pass board type from boards.txt (https://github.com/arduino/Arduino/issues/308)
[arduino core]
* sam: Fixed delayMicrosecond() when interrupts are disabled