From a7f9864f4aade74a609c0726fba28dd7aae45da1 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 24 May 2009 15:18:21 +0000 Subject: [PATCH] Updating readme and todo. --- readme.txt | 6 +++++- todo.txt | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index cc041c4f0..2050a41c1 100644 --- a/readme.txt +++ b/readme.txt @@ -46,7 +46,7 @@ Processing and Wiring. UPDATES -0016 +0016 - 2009.05.24 [documentation / examples] * 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 micros()). Thanks to westfw and mikalhart. * Fixing bug that limited the bit() macro to 15 bits. Thanks to Paul Badger. +* Adding ARDUINO version constant (thanks to prodding from mikalhart). [environment] * 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. * Eliminating (maybe) the occasional "Couldn't determine program size" errors. Thanks to the Clever Monkey. + +[tools] +* Adding automatic dependency generation to the Makefile. (Lars Immisch) 0015 - 2009.03.26 diff --git a/todo.txt b/todo.txt index fe458b519..edd4a6b4c 100644 --- a/todo.txt +++ b/todo.txt @@ -47,7 +47,6 @@ Consider moving millis() to timer 1, and configuring it so the interrupt is gene COMPUTER -Copy as HTML (a la Copy for Forum). 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 Improve preprocessing of sketches: