log

age author description
2013-04-01 Daniel O'Connor - Remove superfluous debug message.
2013-04-01 Daniel O'Connor Remove kludgy delays.
2013-04-01 Daniel O'Connor Use -O3 so short delay loops work for 1 wire.
2013-03-26 Daniel O'Connor Don't use evil errno kludge, write a function that libc can use.
2013-03-11 Daniel O'Connor Add 'cyc' command to test CM3 debug cycle counter.
2013-03-11 Daniel O'Connor Update to reflect reality (ish)
2012-11-27 Daniel O'Connor Create a TZ info structure for ACST and use it when printing times.
2012-11-27 Daniel O'Connor Readd code accidentally removed from last version, now the hot & cold
2012-11-27 Daniel O'Connor Port tempctrl.c from AVR. I removed the beep code as I don't have a
2012-11-27 Daniel O'Connor Set tv_usec in gettimeofday() by using the prescaler counter.
2012-11-27 Daniel O'Connor Updated BMP has a different port name.
2012-11-27 Daniel O'Connor - Add depend target.
2012-11-20 Daniel O'Connor Add flashread/writeblock commands which read/write a block of data to
2012-11-17 Daniel O'Connor Use a 32 bit var to hold address from atoi().
2012-11-17 Daniel O'Connor Add stream read/write commands.
2012-11-17 Daniel O'Connor Reduce prescaler to 2, the flash is capable of 25MHz reads (although
2012-11-17 Daniel O'Connor Use CR/LF to printfs (should probably do the conversion in _write)
2012-11-17 Daniel O'Connor Add test for assert
2012-11-15 Daniel O'Connor - Add flash erase, write & read commands (needs more work).
2012-11-14 Daniel O'Connor Fix debug & load targets for BMP.
2012-11-14 Daniel O'Connor Fix typo
2012-11-14 Daniel O'Connor Add i2c test code
2012-11-14 Daniel O'Connor Catch up with new toolchain location
2012-11-14 Daniel O'Connor Use new delay routine on pin 2 so it doesn't interfere with 1 wire.
2012-11-14 Daniel O'Connor Use corrected delay() routine.
2012-11-14 Daniel O'Connor Fix delay() to be accurate as measured on the cro.
2012-02-08 Daniel O'Connor Add 1wire code.
2012-02-06 Daniel O'Connor Add delay, ellipse and line demos.