aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/BootloaderCDC.h
Commit message (Expand)AuthorAgeFilesLines
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Dean Camera2009-09-061-1/+0
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-3/+3
* Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...Dean Camera2009-06-211-6/+1
* Updated bootloaders to use the new main() function layout and remove any refe...Dean Camera2009-06-091-3/+4
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-10/+4
* Fixed Endpoint_Write_Control_* functions writing more data than expected by t...Dean Camera2009-05-021-1/+1
* Added preprocessor checks and documentation to the bootloaders giving informa...Dean Camera2009-04-071-0/+5
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean Camera2009-03-091-0/+1
* Makefiles and library modified to add a new F_CLOCK constant to give the unpr...Dean Camera2009-02-261-2/+2
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+135