| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean Camera | 2009-09-09 | 1 | -1/+0 |
* | Add link to third-party signed version of the official FLIP DFU driver for 64... | Dean Camera | 2009-09-07 | 1 | -1/+1 |
* | Add in new invalid event hook check targets to project makefiles to produce c... | Dean Camera | 2009-09-06 | 1 | -29/+59 |
* | Added explicit attribute masks to the device mode demos' descriptors. | Dean Camera | 2009-08-13 | 1 | -1/+1 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 3 | -6/+6 |
* | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi... | Dean Camera | 2009-08-02 | 2 | -2/+2 |
* | Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co... | Dean Camera | 2009-07-31 | 1 | -1/+0 |
* | Change project makefiles so that the current target settings and not just the... | Dean Camera | 2009-07-28 | 1 | -19/+20 |
* | Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an... | Dean Camera | 2009-07-28 | 1 | -1/+1 |
* | Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t... | Dean Camera | 2009-07-28 | 1 | -0/+1 |
* | Added new Benito project, a simple modified USB-to-Serial bridge for the prog... | Dean Camera | 2009-07-23 | 1 | -1/+1 |
* | Ensure that the USB_DeviceState variable is properly set upon wakeup events, ... | Dean Camera | 2009-07-23 | 1 | -1/+1 |
* | Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun... | Dean Camera | 2009-07-21 | 2 | -11/+0 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 1 | -4/+2 |
* | Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR... | Dean Camera | 2009-07-16 | 1 | -2/+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 |
* | Optimize vendor/product description string display code in MassStorageHost. | Dean Camera | 2009-06-26 | 1 | -4/+4 |
* | Add NO_INTERNAL_SERIAL compile time option to bootloaders to prevent them fro... | Dean Camera | 2009-06-21 | 1 | -0/+1 |
* | Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG... | Dean Camera | 2009-06-21 | 1 | -2/+1 |
* | Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o... | Dean Camera | 2009-06-19 | 1 | -8/+8 |
* | Move LUFA compile time options to a new section in the application makefiles ... | Dean Camera | 2009-06-19 | 1 | -5/+12 |
* | Added new USB_Host_ClearPipeStall() convenience function to clear a stall con... | Dean Camera | 2009-06-18 | 1 | -4/+0 |
* | 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 | 1 | -1/+1 |
* | Updated bootloaders to use the new main() function layout and remove any refe... | Dean Camera | 2009-06-09 | 2 | -13/+31 |
* | Minor documentation page updates. | Dean Camera | 2009-06-04 | 1 | -1/+0 |
* | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 1 | -1/+0 |
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 3 | -5/+5 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 3 | -13/+7 |
* | Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv... | Dean Camera | 2009-05-17 | 1 | -6/+6 |
* | 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/+2 |
* | Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea... | Dean Camera | 2009-04-23 | 1 | -1/+1 |
* | Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De... | Dean Camera | 2009-04-22 | 1 | -1/+1 |
* | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 1 | -2/+2 |
* | Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f... | Dean Camera | 2009-04-21 | 1 | -4/+4 |
* | Changed over all deprecated GCC structure tag initializers to the standardize... | Dean Camera | 2009-04-20 | 1 | -47/+47 |
* | 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 | 1 | -7/+7 |
* | All comments in the library, bootloaders, demos and projects have now been sp... | Dean Camera | 2009-04-01 | 1 | -1/+1 |
* | Fixed CDC demo not sending an empty packet after each transfer to prevent the... | Dean Camera | 2009-03-23 | 1 | -11/+16 |
* | Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo. | Dean Camera | 2009-03-19 | 2 | -11/+29 |
* | Fixed broken Magstripe project and TeensyHID bootloader. | Dean Camera | 2009-03-17 | 1 | -2/+2 |
* | Added extra output to makefiles to indicate the currently selected BOARD para... | Dean Camera | 2009-03-16 | 1 | -8/+15 |
* | Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT... | Dean Camera | 2009-03-11 | 1 | -1/+1 |
* | Fixed incorrect/missing control status stage transfers on demos, bootloaders ... | Dean Camera | 2009-03-10 | 1 | -3/+1 |
* | Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma... | Dean Camera | 2009-03-09 | 2 | -2/+3 |