Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the same as...
[pub/USBasp.git] / Bootloaders / DFU / BootloaderDFU.c
2013-11-03 Dean CameraMerge pull request #12 from mondalaci/generichid-node...
2013-11-03 Dean CameraMerge pull request #11 from mondalaci/generichid-libusb...
2013-11-03 Dean CameraFix signature bytes in the DFU class bootloader.
2013-03-27 Dean CameraFixed race condition in the DFU class bootloader causin...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-17 Dean CameraUse the framework provided GlobalInterruptEnable()...
2012-07-07 Dean CameraReduce bootloader magic key to 16 bits to save FLASH...
2012-06-09 Dean CameraAdded new JTAG_ENABLE() macro for the AVR8 architecture...
2012-06-01 Dean CameraSwitch over Demos, Bootloaders and Projects to the...
2012-05-29 Dean CameraEnsure the DFU bootloader disables and clears the activ...
2012-05-21 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-21 Dean CameraTurn off watchdog before jumping to the user applicatio...
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-29 Dean CameraFixed DFU class bootloader not resetting the LED pins...
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-11-23 Dean CameraUse the proper "-Wl,--undefined=BootloaderAPI_JumpTable...
2011-10-11 Dean CameraAdded User Application APIs to the CDC and DFU class...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-04-23 Dean CameraMake DFU and CDC class bootloaders also toggle the...
2011-04-23 Dean CameraAdded LED flashing to the CDC and DFU class bootloaders...
2011-04-08 Dean CameraCorrect UC3 global interrupt functions.
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-09 Dean CameraChange bootloader makefiles to automatically compute...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-11-27 Dean CameraFixed broken DFU bootloader, added XPLAIN support for...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
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-12 Dean CameraAdd the "REQ_" prefix to the DFU class bootloader class...
2010-08-05 Dean CameraFixed software application start command broken in...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-01-24 Dean CameraFixed DFU bootloader programming not discarding the...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-29 Dean CameraAdd to the existing CDC Class Driver's CreateStream...
2009-09-07 Dean CameraCorrected incorrect signature bytes for the AT90USB82...
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-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-26 Dean CameraOptimize vendor/product description string display...
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 CameraFinished CDC device class driver documentation.
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-05-26 Dean CameraFix all device mode demos broken in the recent API...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
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-03-09 Dean CameraAltered DFU bootloader to use the signature byte consta...
2009-02-23 Dean CameraMoved all source to the trunk directory.