2013-04-01 |
Daniel O'Connor |
Fix 'none' mode.
default tip
|
2009-05-11 |
Daniel O'Connor |
Squeeze down the output so it will fit in 80 colums.
|
2009-05-05 |
Daniel O'Connor |
Don't call wdt_reset() in the IRQ routine - it makes the WDT useless.
|
2009-01-21 |
darius |
Use new routine to print short error code rather than a cryptic number.
|
2009-01-21 |
darius |
Modify comment to match reality.
|
2009-01-21 |
darius |
Change default temperature to 18C - better for Ale yeast.
|
2009-01-21 |
darius |
Add a routine to return text versions of errors from the temperature
|
2009-01-21 |
darius |
Change error #define's so that they are outside the range the DS1820 can report.
|
2009-01-21 |
darius |
Missed makefile.. not sure how.
|
2009-01-21 |
darius |
Missed some USB related crud + copyright updates.
|
2009-01-21 |
darius |
Create a new repo for temperature control to make hacking on other things easier.
|
2009-01-19 |
darius |
Keep the newer GCC happy.
|
2009-01-19 |
darius |
Fix up parsing logic.
|
2009-01-19 |
darius |
Write the sub command into the right variable (oops). Now you can set the
|
2009-01-19 |
darius |
Check the right value for staleness(!)
|
2009-01-19 |
darius |
Default to auto (EEPROM is fried so this is the only way..)
|
2009-01-19 |
darius |
Change to new ROM ID (EEPROM appears to be fried now - ARGH)
|
2009-01-18 |
darius |
Tab to space conversion in usage text.
|
2009-01-18 |
darius |
Fix off by one bug when terminating input command.
|
2008-10-30 |
darius |
Fix printf typo from last commit.
|
2008-10-30 |
darius |
Don't update the temperature we make decisions if it is invalid.
|
2008-10-30 |
darius |
Add attribution for IIC routines.
|
2008-10-30 |
darius |
Add support for reading/writing to a DS1307 over TWI/IIC.
|
2008-10-30 |
darius |
Default to not beeping (saves eardrums during testing)
|
2008-10-30 |
darius |
Ignore non-source files.
|
2008-10-30 |
darius |
Not useful in a Mercurial world.
|
2008-10-29 |
darius |
Make it louder.
|
2008-10-29 |
darius |
Skip beep related stuff #ifdef WITHUSB.
|
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-29 |
darius |
Rejig how temperatures are logged. Print out the final line at the end so it
|
2008-10-29 |
darius |
Default to idle mode (saves on compressor stress when testing)
|
2008-10-29 |
darius |
Move declaration of error table up with the function declarations.
|
2008-10-20 |
darius |
Add watchdog timer.
|
2008-10-20 |
darius |
Add watchdog reset to timer IRQ.
|
2008-10-20 |
darius |
Add macros for number system used for temperatures.
|
2008-07-06 |
darius |
Fix typo.
|
2008-07-06 |
darius |
Init lastdata same as lastheat/coolon/off otherwise we won't handle thing
|
2008-07-06 |
darius |
Actually keep track of when the heater & cooler go on/off..
|
2008-07-06 |
darius |
Add temperature control.
|
2007-11-22 |
convert-repo |
update tags
|
2007-11-23 |
darius |
Use parallel programmer.
|
2007-11-23 |
darius |
Use \r\n instead of \n\r (keeps pexpect happy)
|
2007-10-23 |
darius |
- Conditionalise USB support.
|
2007-10-23 |
darius |
Conditionalise USB support, use DWARF debugging as AVR studio groks
|
2007-10-23 |
darius |
Tidy up, hide details behind macros to make it more obvious what we
|
2007-10-23 |
darius |
Work around FreeBSD setting CPU flags based on architectures
|
2007-10-23 |
darius |
- Don't wrap individual debug statements in ifdef, use a conditionally
|
2006-04-23 |
darius |
Isolate the bus frobbing parts and the delays into a separate header.
|
2006-04-10 |
darius |
- Rename some more functions to be consistent.
|
2006-04-10 |
darius |
Make sure our outputs are pulled high.
|
2006-04-10 |
darius |
Remove extra newline
|
2006-04-10 |
darius |
Ignorance.
|
2006-04-10 |
darius |
Test programs to talk to the hardware from a PC
|
2005-12-13 |
darius |
- Remove some #if'd out code.
|
2005-12-12 |
darius |
More ignorance.
|
2005-12-12 |
darius |
- Change to 38400 baud.
|
2005-12-12 |
darius |
Add code to talk to a Phillips PDIUSBB12.
|
2005-12-12 |
darius |
Report the bus being held low back to the caller from OWFirst/Next.
|
2005-12-12 |
darius |
Re-format the code.
|
2005-12-12 |
darius |
Copy the correct segments into the flash image otherwise pre-declared
|
2005-12-12 |
darius |
Scrap our handle rolled loops and use AVR libc's macros instead.
|
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.
|
2005-09-17 |
darius |
- Add $Id$
|
2004-09-01 |
darius |
Reduce object code size as much as possible.
OWIRE_1_3
|
2004-09-01 |
darius |
- Reduce type widths where possible.
|
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 |
Change the 1 wire routines to mostly C with assembly delay routines
|
2004-07-12 |
darius |
Add usage for sr command.
|
2004-07-12 |
darius |
Clean the right files.
|
2004-07-12 |
darius |
Ignore file.
|
2004-07-12 |
darius |
Implement a command driven 1 wire bus tool.
|
2004-07-12 |
darius |
- Specify the part number.
|
2004-07-11 |
darius |
Use nicer build framework.
|
2004-07-10 |
darius |
Import AVR test code.
DANIEL AVR_1_1
|
2004-07-10 |
darius |
Initial revision
|