File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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+
138ARDUINO 1.0.2 - 2012.11.05
239
340[hardware]
You can’t perform that action at this time.
0 commit comments