Skip to content

Commit 743d370

Browse files
committed
Updating revisions file for 0022.
1 parent 0e7b315 commit 743d370

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

build/shared/revisions.txt

+57
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
ARDUINO 0022
2+
3+
[core / libraries]
4+
5+
* Adding an SD card library based on sdfatlib by Bill Greiman and the
6+
MemoryCard library by Philip Lindsay (follower) for SparkFun.
7+
http://arduino.cc/en/Reference/SD
8+
9+
* Added character manipulation macros (from Wiring): isAlphaNumeric(),
10+
isAlpha(), isAscii(), isWhitespace(), isControl(), isDigit(), isGraph(),
11+
isLowerCase(), isPrintable(), isPunct(), isSpace(), isUpperCase(),
12+
isHexadecimalDigit(), toAscii(), toLowerCase(), toLowerCase().
13+
http://code.google.com/p/arduino/issues/detail?id=418
14+
15+
* Added String.toInt() function.
16+
17+
* Refactoring core to use register-based, not CPU-based, #ifdefs.
18+
Patch by Mark Sproul.
19+
http://code.google.com/p/arduino/issues/detail?id=307
20+
http://code.google.com/p/arduino/issues/detail?id=315
21+
http://code.google.com/p/arduino/issues/detail?id=316
22+
http://code.google.com/p/arduino/issues/detail?id=323
23+
http://code.google.com/p/arduino/issues/detail?id=324
24+
http://code.google.com/p/arduino/issues/detail?id=340
25+
26+
* Modification of serial baud rate calculation to match bootloader and 8U2
27+
firmware at 57600 baud.
28+
http://code.google.com/p/arduino/issues/detail?id=394
29+
30+
* Fixed bug in tone() function.
31+
http://code.google.com/p/arduino/issues/detail?id=361
32+
33+
* Fixed SPI.setClockDivider() function.
34+
http://code.google.com/p/arduino/issues/detail?id=365
35+
36+
* Hardware serial receive interrupt optimization.
37+
http://code.google.com/p/arduino/issues/detail?id=391
38+
39+
[environment]
40+
41+
* Fixed problem with copy as html and angle brackets.
42+
http://code.google.com/p/arduino/issues/detail?id=29
43+
44+
* Showing serial port selection dialog if serial port not found on upload.
45+
46+
* Remembering serial monitor window size and line ending selection.
47+
http://code.google.com/p/arduino/issues/detail?id=96
48+
http://code.google.com/p/arduino/issues/detail?id=330
49+
50+
* Replaced oro.jar regular expressions with java.regex ones (patch by
51+
Eberhard Fahle and Christian Maglie).
52+
http://code.google.com/p/arduino/issues/detail?id=171
53+
54+
* Building the user sketch before the core or libraries, so errors appear
55+
faster. Patch by William Westfield and Paul Stoffregen.
56+
http://code.google.com/p/arduino/issues/detail?id=393
57+
158
ARDUINO 0021 - 2010.10.02
259

360
* Modifying VID / PID combination in 8U2 firmwares.

0 commit comments

Comments
 (0)