| Commit message (Expand) | Author | Age | Files | Lines |
* | Spell check source code, fix mistakes. | Dean Camera | 2012-06-09 | 1 | -1/+1 |
* | AppConfigHeaders: Add missing AppConfig.h file includes. | Dean Camera | 2012-05-27 | 2 | -0/+2 |
* | AppConfigHeaders: Update several additional user projects to use configuratio... | Dean Camera | 2012-05-10 | 1 | -0/+3 |
* | Update StaticAnalysisTest to check for missing header files. Fix found incorr... | Dean Camera | 2012-02-29 | 1 | -2/+2 |
* | Fix warnings and errors found by the new cppcheck provided static code analysis. | Dean Camera | 2012-02-28 | 1 | -8/+4 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 6 | -6/+6 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 5 | -12/+15 |
* | Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(... | Dean Camera | 2011-07-30 | 1 | -1/+1 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 1 | -2/+2 |
* | Remove redundant type information for bitfield elements, other than the signe... | Dean Camera | 2011-04-10 | 1 | -20/+20 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 2 | -36/+36 |
* | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr... | Dean Camera | 2011-03-23 | 1 | -3/+2 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 1 | -2/+2 |
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 1 | -0/+18 |
* | Update projects using FatFS and PetiteFatFS to the latest library versions. | Dean Camera | 2011-02-06 | 6 | -832/+971 |
* | Added new high level TWI packet read/write commands, altered behaviour of the... | Dean Camera | 2011-01-13 | 2 | -45/+22 |
* | Oops - The DS1307 contains an unused "DayOfWeek" register that must be accoun... | Dean Camera | 2011-01-13 | 2 | -43/+52 |
* | Changed TempDataLogger project's DS1307 driver to simplify the function inter... | Dean Camera | 2011-01-13 | 3 | -107/+74 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 1 | -10/+6 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 6 | -10/+10 |
* | Added basic driver example use code to the library documentation. | Dean Camera | 2010-12-26 | 1 | -2/+2 |
* | Added ability to write protect Mass Storage disk write operations from the ho... | Dean Camera | 2010-11-26 | 2 | -1/+37 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 6 | -6/+6 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 2 | -2/+0 |
* | Minor documentation corrections. | Dean Camera | 2010-10-13 | 1 | -2/+2 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 13 | -118/+131 |
* | Clarify in the project documentation files what the each of the different USB... | Dean Camera | 2010-08-31 | 1 | -3/+3 |
* | Fixed MassStorage based demos and projects resetting the SCSI sense values be... | Dean Camera | 2010-08-18 | 2 | -32/+68 |
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling du... | Dean Camera | 2010-07-30 | 1 | -1/+1 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 2 | -11/+11 |
* | Spell check more of the third party libraries used by LUFA. | Dean Camera | 2010-07-30 | 3 | -12/+12 |
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 7 | -86/+86 |
* | Rename reserved members of all structs so that they are uniformly named acros... | Dean Camera | 2010-07-26 | 1 | -4/+4 |
* | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 6 | -19/+48 |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 1 | -9/+3 |
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex... | Dean Camera | 2010-07-18 | 2 | -26/+26 |
* | Disable strict aliasing explicitly in the project makefiles, as this is appar... | Dean Camera | 2010-07-15 | 1 | -2/+2 |
* | Fix pointer aliasing warning in the Mass Storage demos. | Dean Camera | 2010-07-15 | 1 | -3/+2 |
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 13 | -0/+5879 |