| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 21 | -42/+42 |
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 21 | -21/+21 |
* | Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP c... | Dean Camera | 2012-06-26 | 2 | -41/+41 |
* | AppConfigHeaders: Make sure that in applications using an AppConfig.h configu... | Dean Camera | 2012-05-15 | 1 | -0/+2 |
* | AppConfigHeaders: Move out the last of the demo/app configurations into new A... | Dean Camera | 2012-05-13 | 3 | -10/+2 |
* | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h conf... | Dean Camera | 2012-05-13 | 2 | -6/+4 |
* | Update StaticAnalysisTest to check for missing header files. Fix found incorr... | Dean Camera | 2012-02-29 | 1 | -1/+1 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 21 | -21/+21 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 21 | -21/+21 |
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 1 | -1/+1 |
* | Fixed port state table corruption in the TCP layer of the RNDIS Ethernet devi... | Dean Camera | 2011-10-09 | 1 | -3/+3 |
* | Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ... | Dean Camera | 2011-09-21 | 2 | -10/+10 |
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 2 | -4/+8 |
* | Fix Doxygen documentation errors. | Dean Camera | 2011-06-14 | 1 | -1/+1 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 4 | -8/+8 |
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 2 | -2/+2 |
* | Add RNDIS Device support to the Webserver project, so that the files stored o... | Dean Camera | 2011-05-22 | 1 | -1/+1 |
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean Camera | 2011-05-18 | 2 | -4/+2 |
* | Remove redundant type information for bitfield elements, other than the signe... | Dean Camera | 2011-04-10 | 2 | -14/+14 |
* | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr... | Dean Camera | 2011-03-23 | 1 | -1/+1 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 21 | -42/+42 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 21 | -22/+22 |
* | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean Camera | 2010-10-25 | 1 | -1/+0 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 6 | -284/+4 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 22 | -391/+413 |
* | 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 | 3 | -3/+3 |
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -2/+2 |
* | Rename reserved members of all structs so that they are uniformly named acros... | Dean Camera | 2010-07-26 | 1 | -1/+1 |
* | Fix up minor whitespace formatting errors. | Dean Camera | 2010-07-22 | 2 | -2/+2 |
* | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 18 | -35/+85 |
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex... | Dean Camera | 2010-07-18 | 1 | -6/+1 |
* | Change over Doxygen \note documentation to \pre where applicable. | Dean Camera | 2010-06-15 | 1 | -1/+1 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 9 | -83/+82 |
* | Switch to using the correct intptr_t type use where a pointer must be cast to... | Dean Camera | 2010-05-26 | 2 | -5/+5 |
* | Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC... | Dean Camera | 2010-05-25 | 2 | -2/+2 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 22 | -3444/+3444 |
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean Camera | 2010-04-28 | 1 | -0/+2 |
* | Fix up the incomplete Webserver project so that it integrates with the uIP st... | Dean Camera | 2010-01-21 | 1 | -0/+3 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 22 | -44/+44 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 22 | -156/+156 |
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean Camera | 2009-11-26 | 1 | -2/+15 |
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 4 | -4/+4 |
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 3 | -3/+0 |
* | Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou... | Dean Camera | 2009-08-07 | 6 | -24/+28 |
* | Make Control Endpoint stream transfers more reliable by adding in early abort... | Dean Camera | 2009-08-05 | 2 | -12/+17 |
* | Added 404 errors to the RNDIS Webserver example. | Dean Camera | 2009-07-29 | 1 | -19/+54 |
* | Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu... | Dean Camera | 2009-07-13 | 1 | -1/+1 |
* | Added compatibility list to the documentation of each individual demo. | Dean Camera | 2009-07-13 | 1 | -1/+1 |