log testavr.c @ 65:1ef17cd8af7a

age author description
2009-01-18 darius Tab to space conversion in usage text.
2008-10-30 darius Fix printf typo from last commit.
2008-10-30 darius Add support for reading/writing to a DS1307 over TWI/IIC.
2008-10-29 darius Make it louder.
2008-10-29 darius Add a beeper when the data is stale (only when USB is disabled as they share
2008-10-29 darius Disable WDT in reset just in case we take too long (eg after reset when the
2008-10-29 darius Missed variable declaration changes from previous commit.
2008-10-29 darius Rejig command parsing and assume the compiler isn't dumb (eg it can reuse
2008-10-20 darius Add watchdog timer.
2008-07-06 darius Add temperature control.
2007-11-23 darius Use \r\n instead of \n\r (keeps pexpect happy)
2007-10-23 darius - Conditionalise USB support.
2006-04-10 darius Make sure our outputs are pulled high.
2005-12-12 darius - Change to 38400 baud.
2005-11-25 darius Covert to a later version of avr-libc. Stuff like not using inb/outb,
2005-11-25 darius Covert to a later version of avr-libc. Stuff like not using inb/outb,
2005-09-17 darius Spell presence correctly. AVR_1_3
2005-09-17 darius - Add LED commands.
2004-09-01 darius Reduce object code size as much as possible. OWIRE_1_3
2004-07-16 darius Enable pretty LED command.
2004-07-12 darius - Add some useful return values to search functions.
2004-07-12 darius Supply clock speed via the command line so 1wire-delay.h can use it.
2004-07-12 darius Add usage for sr command.
2004-07-12 darius Implement a command driven 1 wire bus tool.
2004-07-10 darius Initial revision