| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops - SCSI INQUIRY data uses fixed-length, non-terminated strings -- need to... | Dean Camera | 2009-06-23 | 2 | -1/+11 |
* | MassStorageHost demo now retrieves Inquiry data from the device during enumer... | Dean Camera | 2009-06-23 | 3 | -2/+115 |
* | Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ... | Dean Camera | 2009-06-23 | 5 | -7/+9 |
* | Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit... | Dean Camera | 2009-06-23 | 16 | -33/+8 |
* | Fixed CDCHost demo unfreezing IN pipes during configuration, rather than duri... | Dean Camera | 2009-06-23 | 6 | -4/+37 |
* | Add demos/bootloaders/projects overview to the manual. | Dean Camera | 2009-06-22 | 5 | -15/+100 |
* | Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendou... | Dean Camera | 2009-06-22 | 5 | -9/+35 |
* | Optimize unique serial number reading code for size -- remove atoi/toupper re... | Dean Camera | 2009-06-21 | 1 | -13/+35 |
* | Add NO_INTERNAL_SERIAL compile time option to bootloaders to prevent them fro... | Dean Camera | 2009-06-21 | 3 | -0/+3 |
* | Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s... | Dean Camera | 2009-06-21 | 9 | -46/+34 |
* | Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 cha... | Dean Camera | 2009-06-21 | 4 | -4/+5 |
* | Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG... | Dean Camera | 2009-06-21 | 9 | -32/+74 |
* | Add new temp LUFA project logo to the manual. | Dean Camera | 2009-06-21 | 4 | -5/+46 |
* | Added USE_INTERNAL_SERIAL compile time option to automatically read out the i... | Dean Camera | 2009-06-20 | 12 | -38/+142 |
* | Clean up RNDIS demo type define names. | Dean Camera | 2009-06-19 | 9 | -79/+84 |
* | Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o... | Dean Camera | 2009-06-19 | 54 | -306/+307 |
* | Move LUFA compile time options to a new section in the application makefiles ... | Dean Camera | 2009-06-19 | 52 | -191/+473 |
* | Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n... | Dean Camera | 2009-06-19 | 17 | -40/+49 |
* | Re-add in simple scheduler for compatibility with legacy code, mark all sched... | Dean Camera | 2009-06-19 | 8 | -33/+458 |
* | Fix broken MagStripe project. | Dean Camera | 2009-06-18 | 2 | -18/+26 |
* | Oops - restore deleted MissileLauncher project, fix all spelling errors for "... | Dean Camera | 2009-06-18 | 8 | -1/+2960 |
* | Fix spelling of the MissileLauncher project directory. | Dean Camera | 2009-06-18 | 0 | -0/+0 |
* | Break device mode class driver interfaces into seperate config and state stru... | Dean Camera | 2009-06-18 | 58 | -3616/+934 |
* | Added new USB_Host_ClearPipeStall() convenience function to clear a stall con... | Dean Camera | 2009-06-18 | 15 | -55/+78 |
* | Remove hardcoded DOT path from all Doxygen config files. | Dean Camera | 2009-06-16 | 50 | -62/+91 |
* | Add MissleLauncher project to the /Projects/ makefile. Add missing MissleLaun... | Dean Camera | 2009-06-16 | 2 | -0/+1489 |
* | Pipe_GetErrorFlags() now returns additional error flags for overflow and unde... | Dean Camera | 2009-06-16 | 7 | -13/+23 |
* | Added USB Missle Launcher project, submitted by Dave Fletcher. | Dean Camera | 2009-06-16 | 12 | -5/+1456 |
* | Added new USB_Host_SetDeviceConfiguration() convenience function. Change over... | Dean Camera | 2009-06-16 | 12 | -244/+173 |
* | Move main library documentation pages into a new ManPages subdirectory. | Dean Camera | 2009-06-15 | 20 | -17/+0 |
* | Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w... | Dean Camera | 2009-06-15 | 35 | -2074/+95 |
* | Add author image to library documentation. | Dean Camera | 2009-06-15 | 4 | -2/+4 |
* | Use sub pages in main library documentation to improve readability. | Dean Camera | 2009-06-15 | 14 | -83/+199 |
* | Fixed broken HIDReportParser.c. | Dean Camera | 2009-06-15 | 2 | -2/+4 |
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 54 | -50/+86 |
* | Doxygen corrections to fix Doxygen warnings in some demos. | Dean Camera | 2009-06-15 | 7 | -2/+11 |
* | Enhanced class drivers to use the same public/private section seperations as ... | Dean Camera | 2009-06-15 | 14 | -351/+397 |
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 97 | -1205/+2694 |
* | Fix errors from last commit. | Dean Camera | 2009-06-14 | 2 | -7/+5 |
* | Changed per-device controller preprocessor checks over to per-device series f... | Dean Camera | 2009-06-14 | 21 | -65/+77 |
* | Changed to new device mode Class Driver function name prefixes to make way fo... | Dean Camera | 2009-06-11 | 34 | -211/+213 |
* | Some minor whitespace corrections. | Dean Camera | 2009-06-11 | 24 | -218/+218 |
* | Move temp Todo list from the Changelog to a new Future Changes page in the do... | Dean Camera | 2009-06-10 | 3 | -9/+23 |
* | Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused read-i... | Dean Camera | 2009-06-10 | 8 | -74/+62 |
* | Updated bootloaders to use the new main() function layout and remove any refe... | Dean Camera | 2009-06-09 | 6 | -57/+87 |
* | Copy over schedulerless host demos to ClassDrivers directory, for later modif... | Dean Camera | 2009-06-09 | 66 | -0/+25137 |
* | Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class... | Dean Camera | 2009-06-09 | 72 | -25566/+17 |
* | Finished basic documentation of all device mode class drivers. | Dean Camera | 2009-06-08 | 7 | -56/+166 |
* | Completed documentation of the HID device class driver. | Dean Camera | 2009-06-08 | 1 | -1/+21 |
* | Finished CDC device class driver documentation. | Dean Camera | 2009-06-08 | 5 | -6/+54 |