Mercurial > ~darius > hgwebdir.cgi > stm32temp
graph
-
Don't complain about CRC mismatch in flashreadblock.2013-04-14, by Daniel O'Connor
-
Rename settings to tc_settings as it's global.2013-04-14, by Daniel O'Connor
-
Convert \r\n to \n.2013-04-14, by Daniel O'Connor
-
- Make sure the line is high before pulling low for reset.2013-04-14, by Daniel O'Connor
-
Scan before attaching in case the BMP has been power cycled.2013-04-09, by Daniel O'Connor
-
The LCD works better when the GPIO clocks are enabled before frobbing them.2013-04-08, by Daniel O'Connor
-
Make 'td log' work without printing an error.2013-04-08, by Daniel O'Connor
-
Convert \r\n -> \n now _write() DTRT.2013-04-08, by Daniel O'Connor
-
Don't print extra newlines when cat'ing a file.2013-04-08, by Daniel O'Connor
-
Get timezone offsets right.2013-04-08, by Daniel O'Connor
-
Add the ability to log temperatures to SD card.2013-04-08, by Daniel O'Connor
-
Fix more warnings. Note the 'buf might be used uninitialised' warning appears to be a GCC bug.2013-04-07, by Daniel O'Connor
-
Enable DMA mode by initing DMA channel and enabling IRQ handler.2013-04-07, by Daniel O'Connor
-
Fix comment style.2013-04-07, by Daniel O'Connor
-
Add all the interrupt sources.2013-04-07, by Daniel O'Connor
-
Fix various warnings.2013-04-07, by Daniel O'Connor
-
Return correct error defines.2013-04-07, by Daniel O'Connor
-
Add write support. LFN still broken though.2013-04-04, by Daniel O'Connor
-
Add SDIO code poached from STM. Use FatFS to read from SD card.2013-04-03, by Daniel O'Connor
-
Ignore more emacs crap.2013-04-03, by Daniel O'Connor
-
Use -O2 to make debugging slightly less annoying.2013-04-03, by Daniel O'Connor
-
When writing to stdout/stderr translate \n to \r\n.2013-04-03, by Daniel O'Connor
-
Add sprinkler control stubs for testing2013-04-02, by Daniel O'Connor
-
Remove useless delay test. Add GPIO PE2 changes to make testing arbitary delays possible.2013-04-02, by Daniel O'Connor
-
Fix 'none' mode.2013-04-01, by Daniel O'Connor
-
Store port & pin as char & number and map.2013-04-01, by Daniel O'Connor
-
Remove unused timer and (broken) I2C code.2013-04-01, by Daniel O'Connor
-
Use debug cycle counter to handle delays.2013-04-01, by Daniel O'Connor
-
- Remove superfluous debug message.2013-04-01, by Daniel O'Connor
-
Remove kludgy delays.2013-04-01, by Daniel O'Connor
-
Use -O3 so short delay loops work for 1 wire.2013-04-01, by Daniel O'Connor
-
Don't use evil errno kludge, write a function that libc can use.2013-03-26, by Daniel O'Connor