Add FatFS library to the Webserver project, extend the HTTP server so that it now...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / StillImage.c
2010-01-05 Dean CameraInline USB management functions in the Class drivers...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-16 Dean CameraThe SImage_Host_SendBlockHeader() and SImage_Host_Recei...
2009-12-15 Dean CameraFix a bug in the Still Image Host Class driver where...
2009-12-13 Dean CameraTest with -Wextra, fix library warnings due to unused...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-23 Dean CameraFixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
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-09 Dean CameraFinish Still Image Host class driver.
2009-09-06 Dean CameraChanged Still Image Host class driver to auto-fill...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-09-01 Dean CameraAdded documentation for the constants and enums of...
2009-09-01 Dean CameraFixed StillImageHost not correctly freezing and unfreez...
2009-08-30 Dean CameraRemove deleted source files from the LUFA library makefile.
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-05 Dean CameraCommit for 090810rc1 release.
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...