| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 16 | -32/+32 |
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 16 | -16/+16 |
* | Add CPPCheck supression in the Webserver project, as the latest CPPCheck deve... | Dean Camera | 2012-09-22 | 1 | -0/+1 |
* | Update FatFS library copies to the latest R0.09a version. | Dean Camera | 2012-09-01 | 6 | -346/+515 |
* | Spell-check latest trunk source code. | Dean Camera | 2012-08-18 | 4 | -31/+31 |
* | Spell check source code, fix mistakes. | Dean Camera | 2012-06-09 | 2 | -3/+3 |
* | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h conf... | Dean Camera | 2012-05-13 | 1 | -18/+2 |
* | AppConfigHeaders: Update several additional user projects to use configuratio... | Dean Camera | 2012-05-12 | 10 | -8/+18 |
* | Update StaticAnalysisTest to check for missing header files. Fix found incorr... | Dean Camera | 2012-02-29 | 2 | -5/+5 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 16 | -16/+16 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 16 | -16/+16 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 9 | -27/+31 |
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri... | Dean Camera | 2011-11-18 | 1 | -1/+1 |
* | Use strcat() in the HTTPServer project instead of using strcpy() and strlen(). | Dean Camera | 2011-11-09 | 1 | -4/+4 |
* | Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(... | Dean Camera | 2011-07-30 | 1 | -1/+1 |
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 2 | -328/+328 |
* | Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum... | Dean Camera | 2011-07-08 | 1 | -1/+1 |
* | Switch the HTTP Webserver project to use the safer strlcpy() instead of strnc... | Dean Camera | 2011-07-04 | 1 | -8/+2 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 7 | -9/+10 |
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -1/+1 |
* | Update Webserver project to remove DHCP IP configuration status notification. | Dean Camera | 2011-05-26 | 4 | -13/+2 |
* | Correct errors in the DHCP Server application in the Webserver project, that ... | Dean Camera | 2011-05-23 | 2 | -62/+90 |
* | Add RNDIS Device support to the Webserver project, so that the files stored o... | Dean Camera | 2011-05-22 | 11 | -218/+676 |
* | Move global interrupt enable/disable functions out to Common.h and document t... | Dean Camera | 2011-04-08 | 1 | -5/+4 |
* | Add in a new common Delay_MS() function, which provides a blocking delay for ... | Dean Camera | 2011-04-08 | 1 | -4/+3 |
* | 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 | 2 | -6/+8 |
* | Update projects using FatFS and PetiteFatFS to the latest library versions. | Dean Camera | 2011-02-06 | 6 | -831/+970 |
* | 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 | 12 | -24/+24 |
* | Added ability to write protect Mass Storage disk write operations from the ho... | Dean Camera | 2010-11-26 | 3 | -1/+40 |
* | Changed the XPLAINBridge software UART to use the regular CTC mode instead of... | Dean Camera | 2010-11-25 | 1 | -1/+1 |
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 1 | -1/+1 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 12 | -12/+12 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 3 | -4/+2 |
* | 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 | 30 | -390/+420 |
* | Fix Webserver project code not compiling due to the changes to the USB mode s... | Dean Camera | 2010-10-12 | 1 | -1/+1 |
* | 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 | -31/+67 |
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling du... | Dean Camera | 2010-07-30 | 2 | -2/+2 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 4 | -19/+19 |
* | Spell check more of the third party libraries used by LUFA. | Dean Camera | 2010-07-30 | 4 | -21/+21 |
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 11 | -91/+91 |
* | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 6 | -20/+46 |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 1 | -8/+2 |
* | 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 |
* | Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio... | Dean Camera | 2010-07-09 | 1 | -3/+3 |