Sun, 07 Jul 2013 22:49:02 +0930 |
Daniel O'Connor |
Reshuffle in preparation for being able to have a common API for SPI flash and (emulated) EEPROM.
|
Sun, 07 Jul 2013 22:48:17 +0930 |
Daniel O'Connor |
No point disabling IRQs inside the function calls since any pending
|
Tue, 23 Apr 2013 20:46:37 +0930 |
Daniel O'Connor |
Add small note.
|
Mon, 22 Apr 2013 23:39:28 +0930 |
Daniel O'Connor |
Add note about where it came from.
|
Mon, 22 Apr 2013 23:17:40 +0930 |
Daniel O'Connor |
Add EEPROM emulation from AN2594.
|
Thu, 18 Apr 2013 22:44:52 +0930 |
Daniel O'Connor |
Convert \r\n to \n
|
Mon, 15 Apr 2013 22:37:46 +0930 |
Daniel O'Connor |
Tell make the resulting binary dependent is dependent on the linker script.
|
Mon, 15 Apr 2013 21:33:06 +0930 |
Daniel O'Connor |
Fix RAM sizes.
|
Mon, 15 Apr 2013 21:26:34 +0930 |
Daniel O'Connor |
Update README with some more details about the various boards.
|
Sun, 14 Apr 2013 22:54:10 +0930 |
Daniel O'Connor |
Comment out debug message.
|
Sun, 14 Apr 2013 22:53:50 +0930 |
Daniel O'Connor |
Add routine to CRC a block of flash. Use it to verify a flash block write.
|
Sun, 14 Apr 2013 22:52:21 +0930 |
Daniel O'Connor |
CRC a word at a time rather than the whole block (since we are reading/writing a word at a time).
|
Sun, 14 Apr 2013 16:07:29 +0930 |
Daniel O'Connor |
Handle missing modules in OWGetTemp.
|
Sun, 14 Apr 2013 14:29:08 +0930 |
Daniel O'Connor |
Don't complain about CRC mismatch in flashreadblock.
|
Sun, 14 Apr 2013 14:28:14 +0930 |
Daniel O'Connor |
Rename settings to tc_settings as it's global.
|
Sun, 14 Apr 2013 14:26:46 +0930 |
Daniel O'Connor |
Convert \r\n to \n.
|
Sun, 14 Apr 2013 14:25:51 +0930 |
Daniel O'Connor |
- Make sure the line is high before pulling low for reset.
|
Tue, 09 Apr 2013 17:09:19 +0930 |
Daniel O'Connor |
Scan before attaching in case the BMP has been power cycled.
|
Tue, 09 Apr 2013 00:28:29 +0930 |
Daniel O'Connor |
The LCD works better when the GPIO clocks are enabled before frobbing them.
|
Mon, 08 Apr 2013 23:11:55 +0930 |
Daniel O'Connor |
Make 'td log' work without printing an error.
|
Mon, 08 Apr 2013 23:11:35 +0930 |
Daniel O'Connor |
Convert \r\n -> \n now _write() DTRT.
|
Mon, 08 Apr 2013 23:10:47 +0930 |
Daniel O'Connor |
Don't print extra newlines when cat'ing a file.
|
Mon, 08 Apr 2013 23:10:25 +0930 |
Daniel O'Connor |
Get timezone offsets right.
|
Mon, 08 Apr 2013 22:20:40 +0930 |
Daniel O'Connor |
Add the ability to log temperatures to SD card.
|
Sun, 07 Apr 2013 22:44:23 +0930 |
Daniel O'Connor |
Fix more warnings. Note the 'buf might be used uninitialised' warning appears to be a GCC bug.
|
Sun, 07 Apr 2013 22:34:05 +0930 |
Daniel O'Connor |
Enable DMA mode by initing DMA channel and enabling IRQ handler.
|
Sun, 07 Apr 2013 22:33:16 +0930 |
Daniel O'Connor |
Fix comment style.
|
Sun, 07 Apr 2013 22:32:48 +0930 |
Daniel O'Connor |
Add all the interrupt sources.
|
Sun, 07 Apr 2013 22:31:56 +0930 |
Daniel O'Connor |
Fix various warnings.
|
Sun, 07 Apr 2013 22:31:05 +0930 |
Daniel O'Connor |
Return correct error defines.
|
Fri, 05 Apr 2013 00:08:31 +1030 |
Daniel O'Connor |
Add write support. LFN still broken though.
|
Wed, 03 Apr 2013 23:34:20 +1030 |
Daniel O'Connor |
Add SDIO code poached from STM. Use FatFS to read from SD card.
|
Wed, 03 Apr 2013 23:33:47 +1030 |
Daniel O'Connor |
Ignore more emacs crap.
|
Wed, 03 Apr 2013 23:30:14 +1030 |
Daniel O'Connor |
Use -O2 to make debugging slightly less annoying.
|
Wed, 03 Apr 2013 23:29:16 +1030 |
Daniel O'Connor |
When writing to stdout/stderr translate \n to \r\n.
|
Tue, 02 Apr 2013 14:49:50 +1030 |
Daniel O'Connor |
Add sprinkler control stubs for testing
|
Tue, 02 Apr 2013 10:54:20 +1030 |
Daniel O'Connor |
Remove useless delay test. Add GPIO PE2 changes to make testing arbitary delays possible.
|
Mon, 01 Apr 2013 23:38:34 +1030 |
Daniel O'Connor |
Fix 'none' mode.
|
Mon, 01 Apr 2013 21:12:57 +1030 |
Daniel O'Connor |
Store port & pin as char & number and map.
|
Mon, 01 Apr 2013 20:51:11 +1030 |
Daniel O'Connor |
Remove unused timer and (broken) I2C code.
|
Mon, 01 Apr 2013 20:06:03 +1030 |
Daniel O'Connor |
Use debug cycle counter to handle delays.
|
Mon, 01 Apr 2013 19:45:38 +1030 |
Daniel O'Connor |
- Remove superfluous debug message.
|
Mon, 01 Apr 2013 19:45:19 +1030 |
Daniel O'Connor |
Remove kludgy delays.
|
Mon, 01 Apr 2013 19:44:47 +1030 |
Daniel O'Connor |
Use -O3 so short delay loops work for 1 wire.
|
Tue, 26 Mar 2013 15:09:46 +1030 |
Daniel O'Connor |
Don't use evil errno kludge, write a function that libc can use.
|
Mon, 11 Mar 2013 19:52:03 +1030 |
Daniel O'Connor |
Add 'cyc' command to test CM3 debug cycle counter.
|
Mon, 11 Mar 2013 19:51:34 +1030 |
Daniel O'Connor |
Update to reflect reality (ish)
|
Tue, 27 Nov 2012 15:56:31 +1030 |
Daniel O'Connor |
Create a TZ info structure for ACST and use it when printing times.
|
Tue, 27 Nov 2012 15:56:09 +1030 |
Daniel O'Connor |
Readd code accidentally removed from last version, now the hot & cold
|
Tue, 27 Nov 2012 13:20:52 +1030 |
Daniel O'Connor |
Port tempctrl.c from AVR. I removed the beep code as I don't have a
|
Tue, 27 Nov 2012 13:19:11 +1030 |
Daniel O'Connor |
Set tv_usec in gettimeofday() by using the prescaler counter.
|
Tue, 27 Nov 2012 13:17:42 +1030 |
Daniel O'Connor |
Updated BMP has a different port name.
|
Tue, 27 Nov 2012 13:16:47 +1030 |
Daniel O'Connor |
- Add depend target.
|
Tue, 20 Nov 2012 21:54:06 +1030 |
Daniel O'Connor |
Add flashread/writeblock commands which read/write a block of data to
|
Sat, 17 Nov 2012 18:03:48 +1030 |
Daniel O'Connor |
Use a 32 bit var to hold address from atoi().
|
Sat, 17 Nov 2012 12:18:24 +1030 |
Daniel O'Connor |
Add stream read/write commands.
|
Sat, 17 Nov 2012 12:17:58 +1030 |
Daniel O'Connor |
Reduce prescaler to 2, the flash is capable of 25MHz reads (although
|
Sat, 17 Nov 2012 12:15:17 +1030 |
Daniel O'Connor |
Use CR/LF to printfs (should probably do the conversion in _write)
|
Sat, 17 Nov 2012 12:14:38 +1030 |
Daniel O'Connor |
Add test for assert
|
Thu, 15 Nov 2012 23:40:51 +1030 |
Daniel O'Connor |
- Add flash erase, write & read commands (needs more work).
|
Wed, 14 Nov 2012 12:47:10 +1030 |
Daniel O'Connor |
Fix debug & load targets for BMP.
|
Wed, 14 Nov 2012 12:46:48 +1030 |
Daniel O'Connor |
Fix typo
|
Wed, 14 Nov 2012 12:30:58 +1030 |
Daniel O'Connor |
Add i2c test code
|
Wed, 14 Nov 2012 12:30:29 +1030 |
Daniel O'Connor |
Catch up with new toolchain location
|
Wed, 14 Nov 2012 12:30:05 +1030 |
Daniel O'Connor |
Use new delay routine on pin 2 so it doesn't interfere with 1 wire.
|
Wed, 14 Nov 2012 12:24:44 +1030 |
Daniel O'Connor |
Use corrected delay() routine.
|
Wed, 14 Nov 2012 12:24:21 +1030 |
Daniel O'Connor |
Fix delay() to be accurate as measured on the cro.
|
Wed, 08 Feb 2012 10:37:22 +1030 |
Daniel O'Connor |
Add 1wire code.
|
Mon, 06 Feb 2012 23:55:53 +1030 |
Daniel O'Connor |
Add delay, ellipse and line demos.
|
Mon, 06 Feb 2012 23:55:11 +1030 |
Daniel O'Connor |
Add _usleep16 prototype.
|
Mon, 06 Feb 2012 23:54:36 +1030 |
Daniel O'Connor |
Add _usleep16 - sleeps for cnt microseconds.
|
Sun, 05 Feb 2012 16:41:42 +1030 |
Daniel O'Connor |
- Add ellipse drawing.
|
Sat, 04 Feb 2012 13:29:31 +1030 |
Daniel O'Connor |
Split out code into separate files.
|
Sun, 22 Jan 2012 17:10:51 +1030 |
Daniel O'Connor |
Make the LCD panel work (timings, GPIOE clock needs to be on, etc)
|
Sat, 14 Jan 2012 11:42:24 +1030 |
Daniel O'Connor |
Add LCD app note.
|
Fri, 06 Jan 2012 09:46:28 +1030 |
Daniel O'Connor |
PWM control LED backlight.
|
Tue, 03 Jan 2012 22:37:18 +1030 |
Daniel O'Connor |
Add LCD init, touch screen writing etc..
|
Sun, 01 Jan 2012 11:01:13 +1030 |
Daniel O'Connor |
Jumbo commit to make things work.
|
Sat, 08 Oct 2011 20:35:34 +1030 |
Daniel O'Connor |
- Do console IO with RX IRQs.
|
Sat, 08 Oct 2011 20:33:47 +1030 |
Daniel O'Connor |
Split out compile flags for easier editing.
|
Mon, 03 Oct 2011 21:19:15 +1030 |
Daniel O'Connor |
Initial commit of STM32 test code.
|