aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/DFU/BootloaderDFU.c
AgeCommit message (Expand)Author
2012-07-07Reduce bootloader magic key to 16 bits to save FLASH space.Dean
2012-06-09Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISAB...Dean
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean
2012-05-29Ensure the DFU bootloader disables and clears the activity LED toggle timer w...Dean
2012-05-21Turn off watchdog before jumping to the user application in the DFU and CDC b...Dean
2012-04-29The library bootloaders will now correctly start the user application after a...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-01-29Fixed DFU class bootloader not resetting the LED pins as high impedance input...Dean
2012-01-15Minor bootloader tweaks; make some functions static where possible to reduce ...Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-23Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ...Dean
2011-10-11Added User Application APIs to the CDC and DFU class bootloaders.Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
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-08Correct UC3 global interrupt functions.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-09Change bootloader makefiles to automatically compute the bootloader starting ...Dean
2011-01-30Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean
2011-01-01Update copyright year on all source files.Dean
2010-11-27Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X...Dean
2010-11-05Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...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-12Add the "REQ_" prefix to the DFU class bootloader class-specific request cons...Dean
2010-08-05Fixed software application start command broken in the DFU class bootloader w...Dean
2010-07-30Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-01-24Fixed DFU bootloader programming not discarding the correct number of filler ...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-11-29Add to the existing CDC Class Driver's CreateStream() function documentation ...Dean
2009-09-07Corrected incorrect signature bytes for the AT90USB82 and added support for t...Dean
2009-09-06Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.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-26Optimize vendor/product description string display code in MassStorageHost.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-08Finished CDC device class driver documentation.Dean
2009-06-08Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean
2009-05-26Fix all device mode demos broken in the recent API changes.Dean
2009-05-18Rewritten event system to remove all macros, to make user code clearer.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