| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update TemperatureDataLogger and Webserver projects to the latest FATFS libra... | Dean Camera | 2010-06-14 | 5 | -1000/+1441 |
* | More documentation fixes. | Dean Camera | 2010-06-03 | 1 | -2/+2 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 3 | -27/+27 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 30 | -12419/+12419 |
* | Change over unix line-endings to dos line endings. | Dean Camera | 2010-05-07 | 13 | -5873/+5873 |
* | Add const keyword to the demo function parameters where possible. | Dean Camera | 2010-04-18 | 6 | -20/+20 |
* | Added ENABLE_TELNET_SERVER compile time option to the Webserver project to di... | Dean Camera | 2010-03-10 | 5 | -22/+35 |
* | Fix incorrect LED mask name in the Webserver project. | Dean Camera | 2010-03-09 | 1 | -1/+1 |
* | Webserver project now uses the board LEDs to indicate the current IP configur... | Dean Camera | 2010-03-09 | 4 | -3/+11 |
* | Commit for the 100219 release. | Dean Camera | 2010-02-19 | 2 | -12/+10 |
* | Use a temporary variable to hold the current URI length in the Webserver, rat... | Dean Camera | 2010-02-18 | 3 | -13/+12 |
* | Add uIP-split code to the Webserver project, so that each packet is split in ... | Dean Camera | 2010-02-18 | 6 | -66/+309 |