| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Extend the automatic serial number descriptor code to read out and send all 1... | Dean Camera | 2009-07-28 | 1 | -1/+1 |
* | Change project makefiles so that the current target settings and not just the... | Dean Camera | 2009-07-28 | 1 | -39/+21 |
* | State information for class drivers is now zeroed out during enumeration (bot... | Dean Camera | 2009-07-27 | 1 | -5/+0 |
* | Change Doxygen configuration files to not produce 4096 directories for the do... | Dean Camera | 2009-07-20 | 1 | -1/+1 |
* | Magstripe Project: Ensure that empty tracks still print out a newline seperat... | Dean Camera | 2009-07-19 | 2 | -27/+22 |
* | Minor updates to the Magstripe and MissileLauncher projects to fix bugs and i... | Dean Camera | 2009-07-16 | 3 | -5/+10 |
* | Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR... | Dean Camera | 2009-07-16 | 1 | -1/+2 |
* | Added compatibility list to the documentation of each individual demo. | Dean Camera | 2009-07-13 | 1 | -0/+7 |
* | Added incomplete PrinterHost demo application. | Dean Camera | 2009-07-11 | 1 | -1/+1 |
* | Minor correction to MagStripe demo to fix build problems. | Dean Camera | 2009-06-29 | 2 | -7/+7 |
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 2 | -11/+11 |
* | Reduce struct name pollution - group typedef struct names by class driver nam... | Dean Camera | 2009-06-26 | 2 | -3/+3 |
* | Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o... | Dean Camera | 2009-06-19 | 1 | -6/+6 |
* | Move LUFA compile time options to a new section in the application makefiles ... | Dean Camera | 2009-06-19 | 1 | -4/+9 |
* | Fix broken MagStripe project. | Dean Camera | 2009-06-18 | 2 | -18/+26 |
* | Remove hardcoded DOT path from all Doxygen config files. | Dean Camera | 2009-06-16 | 1 | -1/+1 |
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 2 | -1/+3 |
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 4 | -6/+8 |
* | Remove outdated AVRStudio project files from demos, projects, bootloaders. Fi... | Dean Camera | 2009-06-05 | 1 | -1/+0 |
* | Added multiple Report ID support to the HID class driver. Removed OUT endpoin... | Dean Camera | 2009-06-05 | 2 | -5/+6 |
* | Minor documentation page updates. | Dean Camera | 2009-06-04 | 1 | -0/+36 |
* | Removed new Start of Frame event from the library; performance suffered far t... | Dean Camera | 2009-06-02 | 3 | -4/+12 |
* | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 5 | -410/+100 |
* | Moved out each demos' functionality library files (e.g. Ring Buffer library) ... | Dean Camera | 2009-05-22 | 5 | -3/+4 |
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 4 | -7/+4 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 3 | -19/+11 |
* | Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv... | Dean Camera | 2009-05-17 | 1 | -7/+7 |
* | Renamed the the TotalHIDReports element of the HID descriptor structure in th... | Dean Camera | 2009-05-07 | 2 | -2/+2 |
* | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean Camera | 2009-05-04 | 2 | -2/+2 |
* | Endpoint configuration is now refined to give better output when all configur... | Dean Camera | 2009-04-24 | 1 | -2/+1 |
* | Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De... | Dean Camera | 2009-04-22 | 2 | -1/+2 |
* | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 1 | -28/+9 |
* | Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f... | Dean Camera | 2009-04-21 | 1 | -12/+12 |
* | Changed over all deprecated GCC structure tag initializers to the standardize... | Dean Camera | 2009-04-20 | 2 | -52/+52 |
* | Spell checked non-source documentation pages. | Dean Camera | 2009-04-19 | 1 | -2/+2 |
* | More documentation changes for better module-level documentation rather than ... | Dean Camera | 2009-04-17 | 1 | -4/+9 |
* | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 2 | -25/+18 |
* | All comments in the library, bootloaders, demos and projects have now been sp... | Dean Camera | 2009-04-01 | 3 | -7/+7 |
* | Fixed MagStripe keyboard interface polling interval, increased to 4ms from 2m... | Dean Camera | 2009-03-29 | 1 | -1/+1 |
* | Fixed CDC demo not sending an empty packet after each transfer to prevent the... | Dean Camera | 2009-03-23 | 1 | -13/+18 |
* | Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo. | Dean Camera | 2009-03-19 | 1 | -25/+47 |
* | Fixed broken Magstripe project and TeensyHID bootloader. | Dean Camera | 2009-03-17 | 4 | -6/+6 |
* | Added extra output to makefiles to indicate the currently selected BOARD para... | Dean Camera | 2009-03-16 | 1 | -7/+13 |
* | Fixed incorrect/missing control status stage transfers on demos, bootloaders ... | Dean Camera | 2009-03-10 | 1 | -2/+12 |
* | Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma... | Dean Camera | 2009-03-09 | 2 | -2/+3 |
* | Updated makefiles to reflect new dfu-ee programming target invocations (suppl... | Dean Camera | 2009-03-04 | 1 | -4/+5 |
* | Makefiles and library modified to add a new F_CLOCK constant to give the unpr... | Dean Camera | 2009-02-26 | 1 | -2/+17 |
* | Moved all source to the trunk directory. | Dean Camera | 2009-02-23 | 11 | -0/+3493 |