Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIGNATURE_x...
[pub/USBasp.git] / Bootloaders / TeensyHID /
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-04 Dean CameraMinor documentation page updates.
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
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-07 Dean CameraRenamed the the TotalHIDReports element of the HID...
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 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 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-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 CameraFixed broken Magstripe project and TeensyHID bootloader.
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-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.