Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename DS1307 driver files to a more generic RTC, as different RTC drivers ↵ | Dean Camera | 2013-07-20 | 1 | -159/+0 |
| | | | | may be added in the future. | ||||
* | Add volatile software RTC to the TempDataLogger application if the dummy RTC ↵ | Dean Camera | 2013-07-20 | 1 | -14/+93 |
| | | | | mode is enabled. | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Fix warnings and errors found by the new cppcheck provided static code analysis. | Dean Camera | 2012-02-28 | 1 | -8/+4 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 1 | -5/+5 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Added new high level TWI packet read/write commands, altered behaviour of ↵ | Dean Camera | 2011-01-13 | 1 | -41/+19 |
| | | | | | | the TWI_StartTransmission() function. Spell check source code files. | ||||
* | Oops - The DS1307 contains an unused "DayOfWeek" register that must be ↵ | Dean Camera | 2011-01-13 | 1 | -36/+37 |
| | | | | accounted for in the new unified DS1307 Time/Day read and write routines. | ||||
* | Changed TempDataLogger project's DS1307 driver to simplify the function ↵ | Dean Camera | 2011-01-13 | 1 | -82/+54 |
| | | | | interface and prevent a possible race condition. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -11/+12 |
| | | | | tool made by Laszlo Monda | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 1 | -4/+12 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU ↵ | Dean Camera | 2010-07-18 | 1 | -20/+20 |
| | | | | Extensions. | ||||
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 1 | -0/+124 |