Add short delays before detaching from the USB bus in the bootloaders (thanks to...
[pub/lufa.git] / Bootloaders / CDC / BootloaderCDC.h
2018-01-22 Dean CameraAdd short delays before detaching from the USB bus...
2018-01-04 Dean CameraUpdate copyrights for 2018.
2017-04-18 Dean CameraUpdate copyrights for 2017.
2016-04-03 Dean CameraMerge branch 'master' into dmbs
2016-01-31 Dean CameraUpdate copyrights to 2016.
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraUpdate copyrights to 2015 (better late than never).
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2013-05-20 Dean CameraMerge branch 'XMEGA-Demo-Ports-ClockOnly'
2013-05-19 Dean CameraMerge branch 'master' into XMEGA-Demo-Ports-ClockOnly
2013-05-19 Dean CameraAdd platform includes to the bootloaders.
2013-05-01 Dean CameraMinor documentation improvements.
2013-04-08 Dean CameraImprove bootloader compile error message text when...
2013-04-06 Dean CameraClean up bootloader project ASF integration code.
2013-04-06 Dean CameraAdd checks to the bootloaders so that they will give...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2012-10-20 Dean CameraMinor cleanup of the CDC bootloader.
2012-10-05 Dean CameraMinor documentation improvements.
2012-08-27 Dean CameraAdd human readable definitions for the AVR109 protocol...
2012-07-07 Dean CameraReduce bootloader magic key to 16 bits to save FLASH...
2012-05-27 Dean CameraMerge in AppConfigHeaders branch to trunk, altering...
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-21 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest main.
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-12 Dean CameraAppConfigHeaders: Fix broken documentation in the HID...
2012-05-12 Dean CameraAppConfigHeaders: Merge in minor changes from trunk.
2012-05-10 Dean CameraAppConfigHeaders: Update bootloaders to use configurati...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-04-29 Dean CameraThe library bootloaders will now correctly start the...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2012-01-15 Dean CameraMinor bootloader tweaks; make some functions static...
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-10-11 Dean CameraAdded User Application APIs to the CDC and DFU class...
2011-04-23 Dean CameraAdded LED flashing to the CDC and DFU class bootloaders...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-01-01 Dean CameraUpdate copyright year on all source files.
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-05-26 Dean CameraRemoved unused line encoding data and control requests...
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-09-06 Dean CameraFixed DFU and CDC class bootloaders on the AT90USBXXX2...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
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-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-02 Dean CameraFixed Endpoint_Write_Control_* functions writing more...
2009-04-07 Dean CameraAdded preprocessor checks and documentation to the...
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.