| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added incomplete PrinterHost demo application. | Dean Camera | 2009-07-11 | 29 | -33/+33 |
* | Minor correction to MagStripe demo to fix build problems. | Dean Camera | 2009-06-29 | 2 | -17/+29 |
* | Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ... | Dean Camera | 2009-06-29 | 2 | -46/+58 |
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 56 | -247/+247 |
* | Reduce struct name pollution - group typedef struct names by class driver nam... | Dean Camera | 2009-06-26 | 23 | -133/+133 |
* | Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ... | Dean Camera | 2009-06-23 | 1 | -3/+3 |
* | Add demos/bootloaders/projects overview to the manual. | Dean Camera | 2009-06-22 | 1 | -1/+1 |
* | Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s... | Dean Camera | 2009-06-21 | 4 | -22/+4 |
* | Added USE_INTERNAL_SERIAL compile time option to automatically read out the i... | Dean Camera | 2009-06-20 | 1 | -1/+1 |
* | Clean up RNDIS demo type define names. | Dean Camera | 2009-06-19 | 3 | -36/+36 |
* | Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o... | Dean Camera | 2009-06-19 | 27 | -180/+180 |
* | Move LUFA compile time options to a new section in the application makefiles ... | Dean Camera | 2009-06-19 | 27 | -111/+269 |
* | Break device mode class driver interfaces into seperate config and state stru... | Dean Camera | 2009-06-18 | 26 | -224/+352 |
* | Remove hardcoded DOT path from all Doxygen config files. | Dean Camera | 2009-06-16 | 26 | -26/+26 |
* | Pipe_GetErrorFlags() now returns additional error flags for overflow and unde... | Dean Camera | 2009-06-16 | 3 | -8/+8 |
* | Added USB Missle Launcher project, submitted by Dave Fletcher. | Dean Camera | 2009-06-16 | 1 | -2/+2 |
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 28 | -26/+29 |
* | Doxygen corrections to fix Doxygen warnings in some demos. | Dean Camera | 2009-06-15 | 7 | -2/+11 |
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 39 | -29/+49 |
* | Changed per-device controller preprocessor checks over to per-device series f... | Dean Camera | 2009-06-14 | 7 | -10/+10 |
* | Changed to new device mode Class Driver function name prefixes to make way fo... | Dean Camera | 2009-06-11 | 21 | -100/+101 |
* | Some minor whitespace corrections. | Dean Camera | 2009-06-11 | 24 | -218/+218 |
* | Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused read-i... | Dean Camera | 2009-06-10 | 7 | -61/+62 |
* | Error status LEDs shown when device endpoint configuration fails to complete. | Dean Camera | 2009-06-08 | 13 | -138/+229 |
* | Converted device mode low-level demos to schedulerless. | Dean Camera | 2009-06-07 | 42 | -1130/+587 |
* | Add master device Host demo makefile. | Dean Camera | 2009-06-05 | 2 | -2/+0 |
* | Conversion of old incomplete SideShow demo to new APIs. | Dean Camera | 2009-06-05 | 6 | -206/+221 |
* | Add new Incomplete device subdirectory for work-in-progress demos. Add incomp... | Dean Camera | 2009-06-05 | 13 | -0/+2447 |
* | Remove outdated AVRStudio project files from demos, projects, bootloaders. Fi... | Dean Camera | 2009-06-05 | 40 | -39/+31 |
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add... | Dean Camera | 2009-06-05 | 273 | -0/+46078 |
* | Added multiple Report ID support to the HID class driver. Removed OUT endpoin... | Dean Camera | 2009-06-05 | 16 | -77/+28 |
* | Fix Doxygen errors in demos. | Dean Camera | 2009-06-04 | 4 | -1/+14 |
* | Ensure all USB device class drivers have the same three main functions as the... | Dean Camera | 2009-06-04 | 3 | -0/+9 |
* | Minor documentation page updates. | Dean Camera | 2009-06-04 | 29 | -73/+498 |
* | Removed new Start of Frame event from the library; performance suffered far t... | Dean Camera | 2009-06-02 | 14 | -28/+56 |
* | Add MIDI class driver, update MIDI device demo to use the new USB class drive... | Dean Camera | 2009-06-01 | 6 | -777/+107 |
* | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 62 | -4716/+1084 |
* | Fix all device mode demos broken in the recent API changes. | Dean Camera | 2009-05-26 | 5 | -32/+15 |
* | Moved out each demos' functionality library files (e.g. Ring Buffer library) ... | Dean Camera | 2009-05-22 | 35 | -21/+24 |
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 39 | -67/+54 |
* | Fixed incorrect PID value being used in the USBtoSerial project (thanks to Ph... | Dean Camera | 2009-05-20 | 1 | -1/+1 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 40 | -248/+148 |
* | Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv... | Dean Camera | 2009-05-17 | 14 | -80/+85 |
* | Fixed CDCHost not clearing configured endpoints and resetting configured endp... | Dean Camera | 2009-05-15 | 1 | -4/+4 |
* | Removed all user pipe/endpoint interrupt APIs, added internal library support... | Dean Camera | 2009-05-14 | 13 | -223/+13 |
* | Moved USB Host state machine code out from USBTask.c and into Host.c, where i... | Dean Camera | 2009-05-13 | 1 | -2/+0 |
* | Fixed Mouse and Keyboard device demos not acting in accordance with the HID s... | Dean Camera | 2009-05-12 | 10 | -234/+72 |
* | Fixed RNDISEthernet not working under Linux due to Linux requiring an "option... | Dean Camera | 2009-05-11 | 2 | -0/+9 |
* | Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_Contro... | Dean Camera | 2009-05-11 | 2 | -19/+2 |
* | Fix broken Set Feature/Clear Feature chapter 9 request (incorrect status stag... | Dean Camera | 2009-05-10 | 1 | -1/+1 |