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.
|