log

age author description
2015-03-02 Daniel O'Connor Add a flash layer for compatibility (in future).
2015-03-02 Daniel O'Connor Point to new toolchain
2015-03-02 Daniel O'Connor Fix compilation on newer toolchain.
2013-07-07 Daniel O'Connor Reshuffle in preparation for being able to have a common API for SPI flash and (emulated) EEPROM.
2013-07-07 Daniel O'Connor No point disabling IRQs inside the function calls since any pending
2013-04-23 Daniel O'Connor Add small note.
2013-04-22 Daniel O'Connor Add note about where it came from.
2013-04-22 Daniel O'Connor Add EEPROM emulation from AN2594.
2013-04-18 Daniel O'Connor Convert \r\n to \n
2013-04-15 Daniel O'Connor Tell make the resulting binary dependent is dependent on the linker script.
2013-04-15 Daniel O'Connor Fix RAM sizes.
2013-04-15 Daniel O'Connor Update README with some more details about the various boards.
2013-04-14 Daniel O'Connor Comment out debug message.
2013-04-14 Daniel O'Connor Add routine to CRC a block of flash. Use it to verify a flash block write.
2013-04-14 Daniel O'Connor CRC a word at a time rather than the whole block (since we are reading/writing a word at a time).
2013-04-14 Daniel O'Connor Handle missing modules in OWGetTemp.
2013-04-14 Daniel O'Connor Don't complain about CRC mismatch in flashreadblock.
2013-04-14 Daniel O'Connor Rename settings to tc_settings as it's global.
2013-04-14 Daniel O'Connor Convert \r\n to \n.
2013-04-14 Daniel O'Connor - Make sure the line is high before pulling low for reset.
2013-04-09 Daniel O'Connor Scan before attaching in case the BMP has been power cycled.
2013-04-08 Daniel O'Connor The LCD works better when the GPIO clocks are enabled before frobbing them.
2013-04-08 Daniel O'Connor Make 'td log' work without printing an error.
2013-04-08 Daniel O'Connor Convert \r\n -> \n now _write() DTRT.
2013-04-08 Daniel O'Connor Don't print extra newlines when cat'ing a file.
2013-04-08 Daniel O'Connor Get timezone offsets right.
2013-04-08 Daniel O'Connor Add the ability to log temperatures to SD card.
2013-04-07 Daniel O'Connor Fix more warnings. Note the 'buf might be used uninitialised' warning appears to be a GCC bug.
2013-04-07 Daniel O'Connor Enable DMA mode by initing DMA channel and enabling IRQ handler.
2013-04-07 Daniel O'Connor Fix comment style.
2013-04-07 Daniel O'Connor Add all the interrupt sources.
2013-04-07 Daniel O'Connor Fix various warnings.
2013-04-07 Daniel O'Connor Return correct error defines.
2013-04-04 Daniel O'Connor Add write support. LFN still broken though.
2013-04-03 Daniel O'Connor Add SDIO code poached from STM. Use FatFS to read from SD card.
2013-04-03 Daniel O'Connor Ignore more emacs crap.
2013-04-03 Daniel O'Connor Use -O2 to make debugging slightly less annoying.
2013-04-03 Daniel O'Connor When writing to stdout/stderr translate \n to \r\n.
2013-04-02 Daniel O'Connor Add sprinkler control stubs for testing
2013-04-02 Daniel O'Connor Remove useless delay test. Add GPIO PE2 changes to make testing arbitary delays possible.
2013-04-01 Daniel O'Connor Fix 'none' mode.
2013-04-01 Daniel O'Connor Store port & pin as char & number and map.
2013-04-01 Daniel O'Connor Remove unused timer and (broken) I2C code.
2013-04-01 Daniel O'Connor Use debug cycle counter to handle delays.
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.
2012-02-06 Daniel O'Connor Add _usleep16 prototype.
2012-02-06 Daniel O'Connor Add _usleep16 - sleeps for cnt microseconds.
2012-02-05 Daniel O'Connor - Add ellipse drawing.
2012-02-04 Daniel O'Connor Split out code into separate files.
2012-01-22 Daniel O'Connor Make the LCD panel work (timings, GPIOE clock needs to be on, etc)
2012-01-14 Daniel O'Connor Add LCD app note.
2012-01-05 Daniel O'Connor PWM control LED backlight.
2012-01-03 Daniel O'Connor Add LCD init, touch screen writing etc..
2012-01-01 Daniel O'Connor Jumbo commit to make things work.
2011-10-08 Daniel O'Connor - Do console IO with RX IRQs.
2011-10-08 Daniel O'Connor Split out compile flags for easier editing.
2011-10-03 Daniel O'Connor Initial commit of STM32 test code.