Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Feature...
[pub/USBasp.git] / Demos /
2009-04-23 Dean CameraFixed USB_RemoteWakeupEnabled flag never being set...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-22 Dean CameraApplied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL...
2009-04-22 Dean CameraUSB_HostRequest renamed to USB_ControlRequest, entire...
2009-04-21 Dean CameraRemoved specialized Endpoint_ClearControl* and Pipe_Cle...
2009-04-20 Dean CameraFix errors in the KeyboardHost demo which prevented...
2009-04-20 Dean CameraChanged over all deprecated GCC structure tag initializ...
2009-04-19 Dean CameraSpell checked non-source documentation pages.
2009-04-19 Dean CameraFixed incorrect HID interface class and subclass values...
2009-04-17 Dean CameraRemoved "Host_" section of the function names in Config...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-17 Dean CameraFixed CDC and USBtoSerial demos freezing where buffers...
2009-04-17 Dean CameraRenamed Serial_Stream driver to SerialStream to remain...
2009-04-16 Dean CameraPartial commit: change references to Drivers/AT90USBXXX...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-15 Dean CameraFixed minor issue with the RNDISEthernet demo DHCP...
2009-04-14 Dean CameraCorrected AudioInput and AudioOutput demos, to fix...
2009-04-14 Dean CameraThe USB_Host_SendControlRequest() function no longer...
2009-04-14 Dean CameraAdjusted sample CTC timer calculations in the AudioOutp...
2009-04-13 Dean CameraFixed RNDISEthenet demo checking the incorrect message...
2009-04-09 Dean CameraFixed GenericHID demo not starting USB and HID manageme...
2009-04-07 Dean CameraAdded support to the CDCHost demo for devices with...
2009-04-07 Dean CameraAdded preprocessor checks and documentation to the...
2009-04-05 Dean CameraAdd call to MassStore_WaitForDataReceived() in MassStor...
2009-04-02 Dean CameraAdded new PIMA_DATA_SIZE() define to the Still Image...
2009-04-01 Dean CameraAll comments in the library, bootloaders, demos and...
2009-04-01 Dean CameraChanged GenericHID device demo to use the LUFA schedule...
2009-04-01 Dean CameraAdded new GenericHIDHost demo.
2009-04-01 Dean CameraFixed incorrect defined in Version.h.
2009-03-29 Dean CameraAdded new GenericHID device demo application.
2009-03-26 Dean CameraCorrected bitfields -- the smallest datatype required...
2009-03-25 Dean CameraAdded missing documentation for AUDIO_SAMPLE_FREQUENCY...
2009-03-23 Dean CameraFixed CDC demo not sending an empty packet after each...
2009-03-20 Dean CameraSeperated out OTG, Device and Host mode demos into...
2009-03-20 Dean CameraCombined Keyboad and Mouse normal and interrupt driven...
2009-03-19 Dean CameraEnsure that the Keyboard and Mouse demos adhere to...
2009-03-19 Dean CameraCorrections to Keyboard and Mouse combined demos so...
2009-03-19 Dean CameraRemove now redundant MouseViaInt and MouseFullInt demos.
2009-03-19 Dean CameraCombined Mouse, MouseViaInt and MouseFullInt demos...
2009-03-19 Dean CameraCombined Keyboard, KeyboardViaInt and KeyboardFullInt...
2009-03-17 Dean CameraCorrected CDC class bootloader to fix a few bugs, chang...
2009-03-17 Dean CameraIncomplete non-functional BluetoothHost demo removed...
2009-03-17 Dean CameraAdded DataflashManager_WriteBlocks_RAM() and DataflashM...
2009-03-16 Dean CameraAdded extra output to makefiles to indicate the current...
2009-03-10 Dean CameraFixed incorrect/missing control status stage transfers...
2009-03-09 Dean CameraRemoved SetSystemClockPrescaler() macro, the clock_pres...
2009-03-09 Dean CameraFixed interrupt driven HID device demos not clearing...
2009-03-04 Dean CameraUpdated makefiles to reflect new dfu-ee programming...
2009-03-03 Dean CameraChanged stream wait timeout counter to be 16-bit, so...
2009-02-26 Dean CameraMakefiles and library modified to add a new F_CLOCK...
2009-02-23 Dean CameraUSBtoSerial demo now discards all Rx data when not...
2009-02-23 Dean CameraMoved all source to the trunk directory.