Mercurial > ~darius > hgwebdir.cgi > avr
log
age | author | description |
---|---|---|
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 |