More SDP code improvements - responses to ServiceSearchAttribute service discovery...
[pub/USBasp.git] / Demos / Host / LowLevel / StillImageHost /
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraChange over instances of "make" in the makefiles to...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-04-18 Dean CameraAdd const keyword to the demo function parameters where...
2010-04-01 Dean CameraMore improvements to the incomplete BluetoothHost demo...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-03-25 Dean CameraAll Class Driver Host mode demos now correctly set...
2010-02-04 Dean CameraNew BOARD value option BOARD_NONE (equivelent to not...
2010-02-03 Dean CameraExlude the "INCLUDE_FROM_*" macros from the individual...
2010-01-28 Dean CameraFix up project documentation files' overview tables...
2010-01-25 Dean CameraAdd Webserver project Doxygen configuration file and...
2010-01-06 Dean CameraUpdate Doxygen configuration files to the latest Doxyge...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-11-25 Dean CameraFix typo in the StillImageHost LowLevel demo, and the...
2009-11-25 Dean CameraAdded new RNDISHost Host LowLevel demo. Fixed misnamed...
2009-11-13 Dean CameraCorrected the name of the misnamed USB_GetDeviceConfigD...
2009-11-07 Dean CameraMake Low Level host demos use void pointers for the...
2009-11-04 Dean CameraAdd support for Mouse Scrollwheel to the MouseHostWithP...
2009-11-04 Dean CameraAdded new JoystickHostWithParser demos to the library.
2009-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
2009-10-12 Dean CameraMake Audio device demos compatible with AVRs running...
2009-10-08 Dean CameraApplication documentation/comment cleanup.
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-06 Dean CameraAdd in new invalid event hook check targets to project...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-09-01 Dean CameraFixed StillImageHost not correctly freezing and unfreez...
2009-08-31 Dean CameraOops - with new changes to the way the device Configura...
2009-08-31 Dean CameraChanged the parameters and behaviour of the USB_GetDevi...
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-30 Dean CameraReplace -finline-limit with -fno-inline-small-functions...
2009-08-06 Dean CameraMake Endpoint control transfers more reliable; early...
2009-08-05 Dean CameraMake Control Endpoint stream transfers more reliable...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-07-28 Dean CameraChange project makefiles so that the current target...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-20 Dean CameraChange Doxygen configuration files to not produce 4096...
2009-07-20 Dean CameraRemove ClearPipeStall routine from the StillImageHost...
2009-07-20 Dean CameraFix unfinished printer host demo - some printer languag...
2009-07-20 Dean CameraAdded error codes to most StillImageHost demo commands.
2009-07-19 Dean CameraDon't send terminal RESET codes via serial - just set...
2009-07-19 Dean CameraUse sane ANSI terminal escape codes for the Host mode...
2009-07-13 Dean CameraAdded compatibility list to the documentation of each...
2009-07-13 Dean CameraAdded new HOST_STATE_WaitForDeviceRemoval host state...
2009-07-11 Dean CameraAdded incomplete PrinterHost demo application.
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-23 Dean CameraPipe_ConfigurePipe() now automatically defaults IN...
2009-06-19 Dean CameraFix makefiles -- the auto-addition of -D switches to...
2009-06-19 Dean CameraMove LUFA compile time options to a new section in...
2009-06-19 Dean CameraExtend USB_GetDeviceConfigDescriptor() routine to requi...
2009-06-16 Dean CameraRemove hardcoded DOT path from all Doxygen config files.
2009-06-16 Dean CameraAdded new USB_Host_SetDeviceConfiguration() convenience...
2009-06-15 Dean CameraMore Doxygen fixes - ensure no undocumented function...
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-06-05 Dean CameraCopy existing Host mode demos to new ClassDriver and...