| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common ... | Dean Camera | 2009-11-26 | 2 | -3/+1 |
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean Camera | 2009-11-26 | 30 | -71/+3408 |
* | Updated John Steggall's software USART in the XPLAINBridge project. | Dean Camera | 2009-11-26 | 5 | -72/+239 |
* | Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver. | Dean Camera | 2009-11-25 | 2 | -3/+3 |
* | Fix more Doxygen errors from missing parameter documentation. | Dean Camera | 2009-11-25 | 2 | -0/+2 |
* | Fix build and Doxygen errors. | Dean Camera | 2009-11-25 | 13 | -10/+1502 |
* | Removed old empty RNDISEthernetHost directory from the Incomplete Host demos ... | Dean Camera | 2009-11-25 | 0 | -0/+0 |
* | Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma... | Dean Camera | 2009-11-25 | 26 | -76/+1746 |
* | Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw... | Dean Camera | 2009-11-25 | 19 | -10/+2190 |
* | Make the StandaloneProgrammer project seamlessly read out drive contents from... | Dean Camera | 2009-11-24 | 6 | -13/+18 |
* | Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_... | Dean Camera | 2009-11-24 | 2 | -5/+7 |
* | Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ... | Dean Camera | 2009-11-24 | 4 | -6/+8 |
* | Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions. | Dean Camera | 2009-11-23 | 7 | -16/+17 |
* | Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De... | Dean Camera | 2009-11-23 | 23 | -24/+36 |
* | Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat... | Dean Camera | 2009-11-23 | 5 | -66/+15 |
* | The incomplete StandaloneProgrammer project now uses Host and Device Mass sto... | Dean Camera | 2009-11-23 | 23 | -490/+602 |
* | Removed code to zero reports between two keyboard reports with differing numb... | Dean Camera | 2009-11-23 | 3 | -22/+8 |
* | Add activity LED updates to the AVRISP project. | Dean Camera | 2009-11-23 | 4 | -0/+15 |
* | Commit for the 091122 release. | Dean Camera | 2009-11-22 | 3 | -17/+17 |
* | Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ... | Dean Camera | 2009-11-20 | 7 | -8/+14 |
* | Fixed LowLevel Keyboard demo not saving the issued report only after it has b... | Dean Camera | 2009-11-20 | 12 | -36/+68 |
* | Fix doxygen documentation - doxygen was getting confused on the variable-leng... | Dean Camera | 2009-11-17 | 21 | -52/+66 |
* | Make RNDISHost demo validate the set Packet Filter to ensure that it is being... | Dean Camera | 2009-11-17 | 26 | -13/+3957 |
* | Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ... | Dean Camera | 2009-11-16 | 3 | -4/+10 |
* | Fix incorrect compiler error message when F_CLOCK is not defined by the user ... | Dean Camera | 2009-11-15 | 1 | -1/+1 |
* | Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr... | Dean Camera | 2009-11-15 | 6 | -61/+63 |
* | Corrections, improvements and additions to the incomplete RNDISHost demo. | Dean Camera | 2009-11-13 | 13 | -59/+90 |
* | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t... | Dean Camera | 2009-11-13 | 29 | -46/+44 |
* | Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device correctl... | Dean Camera | 2009-11-13 | 5 | -14/+186 |
* | Add blocking versions of the CDC Class driver streams, for applications requi... | Dean Camera | 2009-11-12 | 4 | -0/+51 |
* | Add beginnings of a RNDIS Ethernet Host demo. | Dean Camera | 2009-11-12 | 14 | -28/+1837 |
* | Minor code cleanups for clarity. | Dean Camera | 2009-11-11 | 11 | -33/+33 |
* | Update CDC Class Driver character stream functions to use the correct avr-lib... | Dean Camera | 2009-11-10 | 11 | -44/+43 |
* | Added new stream creation function to the CDC Class drivers, to easily make s... | Dean Camera | 2009-11-10 | 9 | -47/+88 |
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 66 | -246/+246 |
* | Minor changes to the AVRISP project for code clarity. | Dean Camera | 2009-11-09 | 4 | -17/+14 |
* | Fixed HID host Class driver report send/receive report broken when issued thr... | Dean Camera | 2009-11-09 | 9 | -32/+32 |
* | Remove dependancies from the LowLevel demos to the ClassDriver demos, since t... | Dean Camera | 2009-11-08 | 9 | -13/+31 |
* | Make Low Level host demos use void pointers for the configuration descriptor,... | Dean Camera | 2009-11-07 | 22 | -13/+52 |
* | Add optional pipe double banking support to the Host mode Class drivers. | Dean Camera | 2009-11-07 | 25 | -40/+95 |
* | Add double banking property to LUFA powered projects in the Projects director... | Dean Camera | 2009-11-06 | 13 | -48/+60 |
* | Add optional double-banking support to the Device mode Class Drivers, on a pe... | Dean Camera | 2009-11-06 | 27 | -128/+167 |
* | Add other missing Printer.h main class driver dispatch file. | Dean Camera | 2009-11-04 | 1 | -0/+63 |
* | Add missing Printer.h common class driver file. | Dean Camera | 2009-11-04 | 1 | -0/+71 |
* | Added new Printer Host mode Class driver. | Dean Camera | 2009-11-04 | 22 | -47/+3138 |
* | Fixed HID report parser collection paths invalid due to misplaced semicolon i... | Dean Camera | 2009-11-04 | 4 | -35/+11 |
* | Add support for Mouse Scrollwheel to the MouseHostWithParser demos. | Dean Camera | 2009-11-04 | 17 | -34/+70 |
* | Added new JoystickHostWithParser demos to the library. | Dean Camera | 2009-11-04 | 35 | -43/+5881 |
* | Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos... | Dean Camera | 2009-11-04 | 5 | -41/+32 |
* | Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port... | Dean Camera | 2009-11-03 | 17 | -8/+3199 |