@@ -12,26 +12,105 @@ ARDUINO 1.0.1
12
12
13
13
* The editor font size preference now applies to the serial monitor and
14
14
error / message console as well as the editor. (Paul Stoffregen)
15
+ http://code.google.com/p/arduino/issues/detail?id=550
15
16
16
17
* Compilation has been speeded up by only compiling changed files. (All
17
18
files are recompiled when a new board is selected.) (Paul Stoffregen)
19
+ http://code.google.com/p/arduino/issues/detail?id=638
18
20
19
21
* Console log files (stdout.txt and stderr.txt) are now removed when the
20
22
Arduino software exits. (Paul Stoffregen)
21
23
22
24
* The minimum size for the Arduino software window has been reduced.
25
+ http://code.google.com/p/arduino/issues/detail?id=52
23
26
24
27
* Improvements to the Find / Replace dialog. (Peter Lewis)
28
+ http://code.google.com/p/arduino/issues/detail?id=825
25
29
26
30
* Support for selecting words (on double-click) and lines (triple-click)
27
31
in the Arduino software. (Peter Lewis)
32
+ http://code.google.com/p/arduino/issues/detail?id=824
33
+
34
+ * Don't insert newline when using serial monitor keyboard
35
+ shortcut. (Lars J. Nielsen)
36
+ http://code.google.com/p/arduino/issues/detail?id=279
28
37
29
38
* Added a preference for disabling verification on upload (for increased
30
39
speed). (Nathan Seidle)
40
+ http://code.google.com/p/arduino/issues/detail?id=842
41
+
42
+ * Added the gcc toolchain to the Linux distribution. (To use the
43
+ toolchain already installed on your system, simply delete the one
44
+ that comes with the Arduino software.) (Paul Stoffregen)
45
+ http://code.google.com/p/arduino/issues/detail?id=300
46
+
47
+ * Updating Arduino Mini upload protocol to 'arduino' from 'stk500' (should
48
+ fix problems with auto-reset not working).
31
49
32
50
[core / libraries]
33
51
34
- *
52
+ * Adding overloads to Wire.write() (for Wire.write(0)). (Paul Stoffregen)
53
+ http://code.google.com/p/arduino/issues/detail?id=527
54
+
55
+ * Fixing delayMicroseconds() for 20 MHz clocks (Erdem U. Altinyurt)
56
+ http://code.google.com/p/arduino/issues/detail?id=306
57
+
58
+ * Support third external interrupt on ATmega1284P. (maniacbug)
59
+ http://code.google.com/p/arduino/issues/detail?id=728
60
+
61
+ * Update reference voltage constants for ATmega1284P. (maniacbug)
62
+ http://code.google.com/p/arduino/issues/detail?id=728
63
+
64
+ * Adding --relax linker flag for ATmega2560. (arducopter)
65
+ http://code.google.com/p/arduino/issues/detail?id=729
66
+
67
+ * Fixing Ethernet library bug on avr-gcc 4.5.1 (SurferTim)
68
+ http://code.google.com/p/arduino/issues/detail?id=605
69
+
70
+ * Fixed DHCP hostname generation. (peter)
71
+
72
+ * Simplifying microseconds to clock cycles conversions (Rob Tillaart)
73
+ http://code.google.com/p/arduino/issues/detail?id=675
74
+
75
+ * Fixed various warnings. (maniacbug)
76
+ http://code.google.com/p/arduino/issues/detail?id=688
77
+
78
+ * Fixed bug w/ repeated initial characters in findUntil(). (Jeffery.zksun)
79
+ http://code.google.com/p/arduino/issues/detail?id=768
80
+
81
+ * Added INPUT_PULLUP option for pinMode(). The INPUT mode now explicitly
82
+ disables the pullup resistors. (Paul Stoffregen)
83
+ http://code.google.com/p/arduino/issues/detail?id=246
84
+
85
+ * Fixing bug in the receiving of multiple UDP packets. (dylan and peter)
86
+ http://code.google.com/p/arduino/issues/detail?id=669
87
+
88
+ * Added ability to generate repeated starts in the Wire library (in
89
+ master mode). Extra boolean parameters to endTransmission() and
90
+ requestFrom() control whether or not to send a stop (or a repeated
91
+ start instead). (Todd Krein)
92
+ http://code.google.com/p/arduino/issues/detail?id=663
93
+
94
+ * Added Ethernet.maintain() to renew DHCP leases. (Peter Magnusson)
95
+ http://code.google.com/p/arduino/issues/detail?id=716
96
+
97
+ * Fix for CLOSE_WAIT bug that could cause Ethernet sketches to crash
98
+ over time. (mr-russ and Johann Richard)
99
+
100
+ * Fix to servo pulse timing calculation. (jwatte)
101
+ http://code.google.com/p/arduino/issues/detail?id=908
102
+
103
+ * Added readString() and readStringUntil() functions. (Adrian McEwen)
104
+ http://code.google.com/p/arduino/issues/detail?id=454
105
+
106
+ [examples]
107
+
108
+ * Updated to latest ArduinoISP sketch. (rsbohn)
109
+ http://code.google.com/p/arduino/issues/detail?id=378
110
+
111
+ * Fixed ArduinoISP sketch by lowering delay() in heartbeat.
112
+
113
+ * Other updates.
35
114
36
115
ARDUINO 1.0 - 2011.11.30
37
116
0 commit comments