Add FatFS library to the Webserver project, extend the HTTP server so that it now...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / CDC.h
2010-01-25 Dean CameraFixed CDC and RNDIS host demos and class drivers -...
2010-01-05 Dean CameraAdded support to the MIDI Class drivers for packed...
2010-01-04 Dean CameraFix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-30 Dean CameraAdded CDC_Host_Flush() function to the CDC Host Class...
2009-11-29 Dean CameraAdd to the existing CDC Class Driver's CreateStream...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-25 Dean CameraAdded new RNDISHost Host LowLevel demo. Fixed misnamed...
2009-11-17 Dean CameraFix doxygen documentation - doxygen was getting confuse...
2009-11-12 Dean CameraAdd blocking versions of the CDC Class driver streams...
2009-11-10 Dean CameraAdded new stream creation function to the CDC Class...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-04 Dean CameraAdded new Printer Host mode Class driver.
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-17 Dean CameraFix Mass Storage Host Class driver GetMaxLUN command...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-08-31 Dean CameraAdd return codes to the CDC Host Class driver String...
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-27 Dean CameraMinor documentation fixes to the completed Host mode...
2009-08-26 Dean CameraMore work on the Mass Storage Host mode Class driver.
2009-08-11 Dean CameraAdd CDC Host class driver EVENT_CDC_Host_ControLineStat...
2009-08-11 Dean CameraDocument CDC Host class driver functions and enums.
2009-08-11 Dean CameraAdd new functions to the HID host class driver, refine...
2009-08-11 Dean CameraFix issue in CDC device class driver where received...
2009-07-27 Dean CameraChange Host mode class driver Pipe configuration routin...
2009-07-27 Dean CameraAdd new MouseHost Class Driver demo, unfinished, to...
2009-07-26 Dean CameraCorrected new Pipe_IsEndpointBound() function.
2009-07-16 Dean CameraAdded new TOTAL_NUM_CONFIGURATIONS option, removed...
2009-07-14 Dean CameraAdded module file dependancy information to the USB...
2009-06-26 Dean CameraReduce struct name pollution - group typedef struct...
2009-06-26 Dean CameraOptimize vendor/product description string display...
2009-06-20 Dean CameraAdded USE_INTERNAL_SERIAL compile time option to automa...
2009-06-19 Dean CameraRe-add in simple scheduler for compatibility with legac...
2009-06-18 Dean CameraBreak device mode class driver interfaces into seperate...
2009-06-15 Dean CameraMore Doxygen fixes - ensure no undocumented function...
2009-06-15 Dean CameraEnhanced class drivers to use the same public/private...
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...