| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi... | Dean Camera | 2009-08-02 | 4 | -4/+4 |
* | Fix demos based on the device mode HID class driver, as well as the driver it... | Dean Camera | 2009-07-31 | 2 | -11/+20 |
* | Add new HID_Device_MillisecondElapsed() function to the HID device Class driv... | Dean Camera | 2009-07-30 | 1 | -2/+1 |
* | Fix to HID device mode Class driver, so that new reports are compared against... | Dean Camera | 2009-07-30 | 1 | -2/+0 |
* | 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 | 3 | -117/+63 |
* | Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs wh... | Dean Camera | 2009-07-28 | 2 | -5/+6 |
* | State information for class drivers is now zeroed out during enumeration (bot... | Dean Camera | 2009-07-27 | 2 | -10/+0 |
* | Added new LEDs_ToggleLEDs() function to the Board LEDs driver. | Dean Camera | 2009-07-24 | 2 | -2/+2 |
* | Ensure new Benito Programmer project matches Don's established LED behaviour ... | Dean Camera | 2009-07-24 | 4 | -21/+35 |
* | Minor updates to the Benito programmer - remove redundant PORT register manip... | Dean Camera | 2009-07-23 | 2 | -8/+7 |
* | Tweaks to the new Benito Programmer project for documentation and port/pin us... | Dean Camera | 2009-07-23 | 3 | -3/+8 |
* | Added new Benito project, a simple modified USB-to-Serial bridge for the prog... | Dean Camera | 2009-07-23 | 10 | -1/+3039 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 1 | -3/+0 |
* | Change Doxygen configuration files to not produce 4096 directories for the do... | Dean Camera | 2009-07-20 | 2 | -2/+2 |
* | 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 | 4 | -7/+13 |
* | 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 | 2 | -0/+14 |
* | Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl... | Dean Camera | 2009-07-13 | 1 | -2/+2 |
* | Added incomplete PrinterHost demo application. | Dean Camera | 2009-07-11 | 2 | -2/+2 |
* | 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 | 3 | -17/+17 |
* | Reduce struct name pollution - group typedef struct names by class driver nam... | Dean Camera | 2009-06-26 | 2 | -3/+3 |
* | Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit... | Dean Camera | 2009-06-23 | 1 | -2/+0 |
* | Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o... | Dean Camera | 2009-06-19 | 2 | -11/+11 |
* | Move LUFA compile time options to a new section in the application makefiles ... | Dean Camera | 2009-06-19 | 2 | -7/+18 |
* | Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n... | Dean Camera | 2009-06-19 | 2 | -14/+14 |
* | 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 |
* | Break device mode class driver interfaces into seperate config and state stru... | Dean Camera | 2009-06-18 | 8 | -2961/+2 |
* | Remove hardcoded DOT path from all Doxygen config files. | Dean Camera | 2009-06-16 | 3 | -15/+44 |
* | 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 | 1 | -2/+2 |
* | Added USB Missle Launcher project, submitted by Dave Fletcher. | Dean Camera | 2009-06-16 | 6 | -0/+1445 |
* | 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 |