Added new JoystickHostWithParser demos to the library.
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost /
2009-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
2009-09-29 Dean CameraRemove old OTG demo directory with useless TestApp...
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-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 CameraReplace -finline-limit with -fno-inline-small-functions...
2009-08-06 Dean CameraMake Endpoint control transfers more reliable; early...
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-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 new HOST_STATE_WaitForDeviceRemoval host state...
2009-07-11 Dean CameraFixed compilation error in incomplete BluetoothHost...
2009-07-11 Dean CameraAdded incomplete PrinterHost demo application.
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-18 Dean CameraAdded new USB_Host_ClearPipeStall() convenience functio...
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-10 Dean CameraFixes to the MIDI device demos (ClassDriver, LowLevel...
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-06-05 Dean CameraAdd master device Host demo makefile.