Updating readme and todo.

This commit is contained in:
David A. Mellis 2009-05-24 15:18:21 +00:00
parent 8cd8962748
commit a7f9864f4a
2 changed files with 5 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Processing and Wiring.
UPDATES UPDATES
0016 0016 - 2009.05.24
[documentation / examples] [documentation / examples]
* New communication examples (w/ corresponding Processing and Max/MSP code) by * New communication examples (w/ corresponding Processing and Max/MSP code) by
@ -63,6 +63,7 @@ UPDATES
* Optimizing the timer0 overflow interrupt handler (used for millis() and * Optimizing the timer0 overflow interrupt handler (used for millis() and
micros()). Thanks to westfw and mikalhart. micros()). Thanks to westfw and mikalhart.
* Fixing bug that limited the bit() macro to 15 bits. Thanks to Paul Badger. * Fixing bug that limited the bit() macro to 15 bits. Thanks to Paul Badger.
* Adding ARDUINO version constant (thanks to prodding from mikalhart).
[environment] [environment]
* Adding support for user libraries in the "libraries" sub-directory of the * Adding support for user libraries in the "libraries" sub-directory of the
@ -70,6 +71,9 @@ UPDATES
* Adding "Copy as HTML" command to the Tools menu. * Adding "Copy as HTML" command to the Tools menu.
* Eliminating (maybe) the occasional "Couldn't determine program size" errors. * Eliminating (maybe) the occasional "Couldn't determine program size" errors.
Thanks to the Clever Monkey. Thanks to the Clever Monkey.
[tools]
* Adding automatic dependency generation to the Makefile. (Lars Immisch)
0015 - 2009.03.26 0015 - 2009.03.26

View File

@ -47,7 +47,6 @@ Consider moving millis() to timer 1, and configuring it so the interrupt is gene
COMPUTER COMPUTER
Copy as HTML (a la Copy for Forum).
Move selection of Linux look and feel from Base.java to arduino.sh script. Move selection of Linux look and feel from Base.java to arduino.sh script.
Check RAM usage of sketches: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1224729260/0#0 Check RAM usage of sketches: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1224729260/0#0
Improve preprocessing of sketches: Improve preprocessing of sketches: