Fix HID class device driver -- if a SetIDle request is issued with the LSB of wValue...
[pub/USBasp.git] / Bootloaders / DFU /
2009-07-13 Dean CameraAdded compatibility list to the documentation of each...
2009-07-11 Dean CameraAdded incomplete PrinterHost demo application.
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-26 Dean CameraOptimize vendor/product description string display...
2009-06-21 Dean CameraAdd NO_INTERNAL_SERIAL compile time option to bootloade...
2009-06-21 Dean CameraRe-add signature byte defines to the DFU and CDC class...
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-18 Dean CameraAdded new USB_Host_ClearPipeStall() convenience functio...
2009-06-16 Dean CameraRemove hardcoded DOT path from all Doxygen config files.
2009-06-15 Dean CameraMore Doxygen fixes - ensure no undocumented function...
2009-06-09 Dean CameraUpdated bootloaders to use the new main() function...
2009-06-08 Dean CameraFinished CDC device class driver documentation.
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-06-05 Dean CameraRemove outdated AVRStudio project files from demos...
2009-06-04 Dean CameraMinor documentation page updates.
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-26 Dean CameraFix all device mode demos broken in the recent API...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-17 Dean CameraRemoved DESCRIPTOR_ADDRESS() macro as it was largely...
2009-05-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
2009-04-24 Dean CameraEndpoint configuration is now refined to give better...
2009-04-23 Dean CameraFixed USB_RemoteWakeupEnabled flag never being set...
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 CameraChanged over all deprecated GCC structure tag initializ...
2009-04-19 Dean CameraSpell checked non-source documentation pages.
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-07 Dean CameraAdded preprocessor checks and documentation to the...
2009-04-01 Dean CameraAll comments in the library, bootloaders, demos and...
2009-03-23 Dean CameraFixed CDC demo not sending an empty packet after each...
2009-03-19 Dean CameraCombined Mouse, MouseViaInt and MouseFullInt demos...
2009-03-17 Dean CameraCorrected CDC class bootloader to fix a few bugs, chang...
2009-03-16 Dean CameraAdded extra output to makefiles to indicate the current...
2009-03-11 Dean CameraRenamed NO_CLEARSET_FEATURE_REQUEST compile time token...
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 CameraAltered DFU bootloader to use the signature byte consta...
2009-03-04 Dean CameraUpdated makefiles to reflect new dfu-ee programming...
2009-02-26 Dean CameraMakefiles and library modified to add a new F_CLOCK...
2009-02-23 Dean CameraMoved all source to the trunk directory.