summaryrefslogtreecommitdiff
path: root/Bootloaders/CDC/BootloaderCDC.c
AgeCommit message (Expand)Author
2011-04-23Make DFU and CDC class bootloaders also toggle the LEDs on command activity i...Dean
2011-04-23Added LED flashing to the CDC and DFU class bootloaders to indicate when they...Dean
2011-04-04Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-02-09Added HID class bootloader, compatible with a modified version of the command...Dean
2011-01-01Update copyright year on all source files.Dean
2010-11-24Readd incomplete MIDIToneGenerator project, which can now correctly generate ...Dean
2010-11-05Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean
2010-10-29Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to N...Dean
2010-10-29Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-09-28Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean
2010-09-14Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA...Dean
2010-05-26Removed unused line encoding data and control requests from the CDC Bootloade...Dean
2010-05-26Switch to using the correct intptr_t type use where a pointer must be cast to...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-06Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-11-09Spell check all source code variables, comments and strings.Dean
2009-10-08Application documentation/comment cleanup.Dean
2009-09-20Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean
2009-09-06Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Dean
2009-08-05Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean
2009-08-05Renamed all library events to properly seperate out Device and Host mode even...Dean
2009-07-21Added new USB_DeviceState variable to keep track of the current Device mode U...Dean
2009-06-28Added const modifiers to device mode class drivers.Dean
2009-06-21Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...Dean
2009-06-09Updated bootloaders to use the new main() function layout and remove any refe...Dean
2009-06-08Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean
2009-05-18Rewritten event system to remove all macros, to make user code clearer.Dean
2009-05-02Fixed Endpoint_Write_Control_* functions writing more data than expected by t...Dean
2009-05-02Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean
2009-04-22USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean
2009-04-21Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean
2009-04-20Changed over all deprecated GCC structure tag initializers to the standardize...Dean
2009-04-16Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean
2009-04-01All comments in the library, bootloaders, demos and projects have now been sp...Dean
2009-03-17Corrected CDC class bootloader to fix a few bugs, changed address counter to ...Dean
2009-03-10Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean
2009-03-09Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean