Mercurial > ~darius > hgwebdir.cgi > stm32temp
graph
-
Disable LCD init code since this board doesn't have it.2015-03-13, by Daniel O'Connor
-
Add missing prototype2015-03-13, by Daniel O'Connor
-
Catch up with change to new board2015-03-12, by Daniel O'Connor
-
Add note about 1-wire wiring2015-03-12, by Daniel O'Connor
-
Ignore cscope files2015-03-02, by Daniel O'Connor
-
Add a flash layer for compatibility (in future).2015-03-02, by Daniel O'Connor
-
Point to new toolchain2015-03-02, by Daniel O'Connor
-
Fix compilation on newer toolchain.2015-03-02, by Daniel O'Connor
-
Reshuffle in preparation for being able to have a common API for SPI flash and (emulated) EEPROM.2013-07-07, by Daniel O'Connor
-
No point disabling IRQs inside the function calls since any pending2013-07-07, by Daniel O'Connor
-
Add small note.2013-04-23, by Daniel O'Connor
-
Add note about where it came from.2013-04-22, by Daniel O'Connor
-
Add EEPROM emulation from AN2594.2013-04-22, by Daniel O'Connor
-
Convert \r\n to \n2013-04-18, by Daniel O'Connor
-
Tell make the resulting binary dependent is dependent on the linker script.2013-04-15, by Daniel O'Connor
-
Fix RAM sizes.2013-04-15, by Daniel O'Connor
-
Update README with some more details about the various boards.2013-04-15, by Daniel O'Connor
-
Comment out debug message.2013-04-14, by Daniel O'Connor
-
Add routine to CRC a block of flash. Use it to verify a flash block write.2013-04-14, by 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, by Daniel O'Connor
-
Handle missing modules in OWGetTemp.2013-04-14, by Daniel O'Connor
-
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