| Commit message (Expand) | Author | Age | Files | Lines |
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 4 | -4/+2 |
* | Add new MIDIHost LowLevel demo application. | Dean Camera | 2009-10-08 | 1 | -2/+2 |
* | Removed mostly useless "TestApp" demo, as it was mainly useful only for check... | Dean Camera | 2009-09-30 | 11 | -1/+3399 |
* | Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i... | Dean Camera | 2009-09-20 | 1 | -2/+2 |
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean Camera | 2009-09-09 | 3 | -3/+0 |
* | Add link to third-party signed version of the official FLIP DFU driver for 64... | Dean Camera | 2009-09-07 | 2 | -3/+7 |
* | Remove information about 64 bit Windows OS signing requirements for the CDC b... | Dean Camera | 2009-09-07 | 1 | -5/+0 |
* | Corrected incorrect signature bytes for the AT90USB82 and added support for t... | Dean Camera | 2009-09-07 | 2 | -15/+26 |
* | Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs. | Dean Camera | 2009-09-06 | 4 | -20/+0 |
* | Add in new invalid event hook check targets to project makefiles to produce c... | Dean Camera | 2009-09-06 | 3 | -90/+180 |
* | Added 64 bit OS driver installation instructions to the readme for all CDC ba... | Dean Camera | 2009-09-06 | 1 | -28/+38 |
* | Changed Still Image Host class driver to auto-fill TransactionID element of s... | Dean Camera | 2009-09-06 | 1 | -31/+82 |
* | Added beginnings of a new AVRISP-MKII clone project. | Dean Camera | 2009-08-17 | 1 | -1/+1 |
* | Added explicit attribute masks to the device mode demos' descriptors. | Dean Camera | 2009-08-13 | 2 | -4/+4 |
* | Fixed issue in USBtoSerial demos where the USART Rx line was not having its p... | Dean Camera | 2009-08-05 | 1 | -9/+9 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 7 | -18/+18 |
* | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi... | Dean Camera | 2009-08-02 | 6 | -6/+6 |
* | 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 | 3 | -57/+60 |
* | Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an... | Dean Camera | 2009-07-28 | 3 | -3/+3 |
* | Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t... | Dean Camera | 2009-07-28 | 3 | -0/+3 |
* | 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 | 3 | -51/+81 |
* | Change Doxygen configuration files to not produce 4096 directories for the do... | Dean Camera | 2009-07-20 | 2 | -2/+2 |
* | Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR... | Dean Camera | 2009-07-16 | 3 | -6/+6 |
* | Added compatibility list to the documentation of each individual demo. | Dean Camera | 2009-07-13 | 3 | -0/+33 |
* | Added incomplete PrinterHost demo application. | Dean Camera | 2009-07-11 | 3 | -3/+3 |
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 4 | -9/+9 |
* | Optimize vendor/product description string display code in MassStorageHost. | Dean Camera | 2009-06-26 | 4 | -14/+14 |
* | Add NO_INTERNAL_SERIAL compile time option to bootloaders to prevent them fro... | Dean Camera | 2009-06-21 | 3 | -0/+3 |
* | Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG... | Dean Camera | 2009-06-21 | 9 | -32/+74 |
* | Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o... | Dean Camera | 2009-06-19 | 3 | -23/+23 |
* | Move LUFA compile time options to a new section in the application makefiles ... | Dean Camera | 2009-06-19 | 3 | -15/+35 |
* | Added new USB_Host_ClearPipeStall() convenience function to clear a stall con... | Dean Camera | 2009-06-18 | 3 | -12/+0 |
* | Remove hardcoded DOT path from all Doxygen config files. | Dean Camera | 2009-06-16 | 3 | -3/+3 |
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 3 | -3/+3 |
* | Updated bootloaders to use the new main() function layout and remove any refe... | Dean Camera | 2009-06-09 | 6 | -57/+87 |
* | Finished CDC device class driver documentation. | Dean Camera | 2009-06-08 | 1 | -2/+4 |
* | Converted Host mode demos to schedulerless. Fixed host mode broken due to ear... | Dean Camera | 2009-06-08 | 2 | -4/+4 |
* | Remove outdated AVRStudio project files from demos, projects, bootloaders. Fi... | Dean Camera | 2009-06-05 | 2 | -2/+0 |
* | Minor documentation page updates. | Dean Camera | 2009-06-04 | 3 | -3/+0 |
* | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 3 | -3/+0 |
* | Fix all device mode demos broken in the recent API changes. | Dean Camera | 2009-05-26 | 1 | -2/+2 |
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 9 | -15/+15 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 9 | -38/+22 |
* | Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv... | Dean Camera | 2009-05-17 | 3 | -14/+14 |
* | 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 | 6 | -6/+6 |