Skip to content

Commit 4672d45

Browse files
committed
Updating revisions.txt for 1.0.2.
1 parent b90f488 commit 4672d45

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

build/shared/revisions.txt

+89
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,92 @@
1+
ARDUINO 1.0.2 - 2012.11.05
2+
3+
[hardware]
4+
5+
* Added support for the Arduino Micro.
6+
7+
* Added support for the LilyPad Arduino USB.
8+
9+
* For Arduino Mega, having avrdude use "wiring" not "stk500v2" for
10+
uploads (to improve auto-reset behavior).
11+
http://code.google.com/p/arduino/issues/detail?id=806
12+
13+
[environment]
14+
15+
* Find-In-Reference now works whether or not text is selected.
16+
http://code.google.com/p/arduino/issues/detail?id=940
17+
18+
* Not generating prototypes for functions that already have them.
19+
(Lars J. Nielsen).
20+
http://code.google.com/p/arduino/issues/detail?id=973
21+
22+
* Improved line numbers for error messages. (Paul Stoffregen)
23+
http://code.google.com/p/arduino/issues/detail?id=907
24+
25+
* Automatically create libraries folder in the sketchbook.
26+
(Paul Stoffregen)
27+
http://code.google.com/p/arduino/issues/detail?id=986
28+
29+
* Tutorial on installing libraries (linked from readme.txt in the
30+
libraries folder). (Limor Fried)
31+
32+
* Fix to allow selection of Norwegian. (Rune Fauske)
33+
34+
* Fix to race condition / occasional error in compilation. (gandrewstone)
35+
http://code.google.com/p/arduino/issues/detail?id=950
36+
37+
* Don't break long C++ comments during auto-format.
38+
http://code.google.com/p/arduino/issues/detail?id=255
39+
40+
[core / libraries]
41+
42+
* Included WiFi library and wifi shield firmware.
43+
44+
* Added ability to specify serial configuration (data bits, stop bits
45+
and parity check) in Serial.begin(). (Alarus)
46+
http://code.google.com/p/arduino/issues/detail?id=770
47+
48+
* Avoided overruns of the incoming serial (CDC) buffer on the Leonardo.
49+
(Peter Van Hoyweghen)
50+
51+
* Avoided auto-reset of the Leonardo when opening serial port after
52+
upload without specifying a baud rate. (Peter Van Hoyweghen)
53+
54+
* Fix for tone() on the Leonardo. (Shigeru Kanemoto)
55+
http://code.google.com/p/arduino/issues/detail?id=960
56+
57+
* Fix for SD library on Leonardo.
58+
http://code.google.com/p/arduino/issues/detail?id=931
59+
60+
* Added other write functions on Leonardo.
61+
http://code.google.com/p/arduino/issues/detail?id=958
62+
63+
* Added support for Leonardo interrupts 2 and 3. (Kristian Lauszus)
64+
65+
* Print ovf, inf, or nan accordingly in Serial.print(). (Nick Gammon)
66+
http://code.google.com/p/arduino/issues/detail?id=946
67+
http://code.google.com/p/arduino/issues/detail?id=961
68+
http://code.google.com/p/arduino/issues/detail?id=967
69+
70+
* Fix initialization of SPI data lines. (gandrewstone)
71+
http://code.google.com/p/arduino/issues/detail?id=888
72+
73+
* Serial.flush() waits for last byte to transmit. (michele.mazzucchi)
74+
http://code.google.com/p/arduino/issues/detail?id=871
75+
76+
* Adding overloads so Serial.write(0) works.
77+
http://code.google.com/p/arduino/issues/detail?id=1006
78+
79+
[build]
80+
81+
* Fix Linux arduino script when there are spaces in directory name.
82+
83+
* Pass Linux command line arguments from arduino script through to the
84+
Java code. (Allows specifying sketch to open on command line.)
85+
86+
[examples]
87+
88+
* Included examples for the starter kit.
89+
190
ARDUINO 1.0.1 - 2012.05.21
291

392
[environment]

0 commit comments

Comments
 (0)