Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB AVRs...
[pub/USBasp.git] / Bootloaders / CDC / BootloaderCDC.c
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-09 Dean CameraAdded HID class bootloader, compatible with a modified...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-11-24 Dean CameraReadd incomplete MIDIToneGenerator project, which can...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-10-29 Dean CameraRename new CDC class bootloader NO_LOCK_BYTE_SUPPORT...
2010-10-29 Dean CameraAdded new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-09-28 Dean CameraAdded CDC functional descriptor structs to the Low...
2010-09-14 Dean CameraFixed incorrect signature reported in the CDC class...
2010-05-26 Dean CameraRemoved unused line encoding data and control requests...
2010-05-26 Dean CameraSwitch to using the correct intptr_t type use where...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-06 Dean CameraMake CDC class bootloader hard-reset the AVR when exite...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-10-08 Dean CameraApplication documentation/comment cleanup.
2009-09-20 Dean CameraAdded new Pipe_IsFrozen() macro to determine if the...
2009-09-06 Dean CameraFixed DFU and CDC class bootloaders on the AT90USBXXX2...
2009-08-05 Dean CameraFixed issue in USBtoSerial demos where the USART Rx...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-21 Dean CameraRe-add signature byte defines to the DFU and CDC class...
2009-06-09 Dean CameraUpdated bootloaders to use the new main() function...
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-02 Dean CameraFixed Endpoint_Write_Control_* functions writing more...
2009-05-02 Dean CameraFixed reversed signature byte ordering in the CDC bootl...
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-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-01 Dean CameraAll comments in the library, bootloaders, demos and...
2009-03-17 Dean CameraCorrected CDC class bootloader to fix a few bugs, chang...
2009-03-10 Dean CameraFixed incorrect/missing control status stage transfers...
2009-03-09 Dean CameraRemoved SetSystemClockPrescaler() macro, the clock_pres...
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.