From 6090c1d614713621a2c44965cd9d691eeba02fbd Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 23 Dec 2009 00:02:06 +0000 Subject: [PATCH] Updating readme with (some) changes so far for 0018. --- readme.txt | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 2d08054fc..7547bc36f 100644 --- a/readme.txt +++ b/readme.txt @@ -36,11 +36,6 @@ Arduino is an open source project, supported by many. The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe, Gianluca Martino, and David A. Mellis. -Nicholas Zambetti has contributed from the beginning. - -Yaniv Steiner and Giorgio Olivero have been supporting the project and are -working at using it with the Instant Soup platform. - Arduino uses the GNU avr-gcc toolchain, avrdude, avr-libc, and code from Processing and Wiring. @@ -48,6 +43,24 @@ Icon Design and Artwork created by Thomas Glaser (envis precisely). UPDATES +0018 + +[core / libraries] +* Fixed bug w/ disabling use of the RW pin in the LiquidCrystal library. +* No longer disabling interrupts in delayMicroseconds(). +* Fixed bug w/ micros() returning incorrect values from within an interrupt. +* Added Serial.end() command. + +[environment] +* Synchronized with the Processing 1.0.9 code base, bringing various fixes, + including a bug causing saving to fail when closing the last sketch. +* Added support for third-party hardware in the SKETCHBOOK/hardware folder. + It mirrors the current structure of the hardware folder in Arduino. +* Hold down shift when pressing the Verify / Compile or Upload toolbar + buttons to generate verbose output (including command lines). +* Moving build (on upload) from the applet/ sub-folder of the sketch + to a temporary directory. + 0017 - 2009.07.25 [documentation / examples]