Skip to content

Commit ac8c1ef

Browse files
committed
Updated revisions.txt
1 parent 8e9ee9c commit ac8c1ef

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

build/shared/revisions.txt

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
2+
ARDUINO BETA 1.5.1 - 2012.11.05
3+
4+
* Merged changes coming from stable release of Arduino IDE 1.0.2.
5+
6+
[arduino core]
7+
* added support for yield() function in Arduino Core. This is a
8+
preliminar step for experimenting with cooperative Schedulers.
9+
10+
[ide]
11+
* Simplified boards menu selection. (new boards.txt file format with
12+
custom sub-menus).
13+
* Fixed "FAT" (multi-platform) library detection. This bug caused
14+
many libraries to be detected as 'invalid'.
15+
16+
[sam arduino core]
17+
* attachInterrupt() and detachInterrupt() are now working.
18+
* Fixed macros to query low level GPIO registers:
19+
digitalPinToBitMask(), digitalPinToTimer(),
20+
portOutputRegister, portInputRegister()
21+
* Fixed analogWrite() on DAC0/1 when writing on both DACs
22+
(thanks to smay4finger)
23+
24+
[firmwares]
25+
* Added firmware for atmega16u2 on Due Board.
26+
27+
ARDUINO BETA 1.5 - 2012.10.22
28+
29+
* First release for the unified IDE for both AVR 8-bit and ARM 32-bit
30+
(SAM3 CPUs) architectures.
31+
* This release include the SAM Arduino Core used in the Arduino Due
32+
Board.
33+
* Everything is in beta, most features or libraries are still missing
34+
or incomplete.
35+
* For more info refer to this press release:
36+
http://arduino.cc/blog/2012/10/22/arduino-1-5-support-for-the-due-and-other-processors-easier-library-installation-simplified-board-menu-etc/
37+
138
ARDUINO 1.0.2 - 2012.11.05
239

340
[hardware]

0 commit comments

Comments
 (0)