Replace the LUFA build system with DMBS.
[pub/USBasp.git] / Bootloaders / DFU /
2016-04-05 Dean CameraReplace the LUFA build system with DMBS.
2016-04-03 Dean CameraAdd LUFA DMBS extension modules, use DMBS in project...
2016-04-03 Dean CameraMerge branch 'master' into dmbs
2016-01-31 Dean CameraUpdate copyrights to 2016.
2015-12-02 Dean CameraFixed incorrect CALLBACK_USB_GetDescriptor() wIndex...
2015-11-08 Dean CameraFixed missing bounds checks and off-by-one in the DFU...
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-08-30 Dean CameraFixed incorrect signature reported in the CDC/DFU bootl...
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraUpdate copyrights to 2015 (better late than never).
2014-12-26 Dean CameraUpgrade to latest Doxygen.
2014-10-12 Dean CameraRevert "Improve bootloader documentation."
2014-10-12 Dean CameraImprove bootloader documentation.
2014-10-12 Dean CameraFix bootloaders not starting user application if the...
2014-10-11 Dean CameraAdd Leonardo compatibility to most bootloaders, run...
2014-10-11 Dean CameraDon't run user application in the bootloader unless...
2014-09-08 Dean CameraMerge pull request #38 from jacobschloss/xmega_twi_caps
2014-08-24 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-08-24 Dean CameraUpdate Doxygen confiuration files to 1.8.8.
2014-07-15 Dean CameraUpdate bootloader documentation to include execution...
2014-04-21 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-04-21 Dean CameraUpgrade to latest Doxygen.
2014-04-07 Dean CameraMerge pull request #23 from mondalaci/add-further-scancodes
2014-03-01 Dean CameraAdd Atmel Studio 6.2 compatibility.
2014-01-08 Dean CameraRename all Doxygen.conf file to doxyfile and distribute...
2014-01-07 Dean CameraAdd USB_STRING_DESCRIPTOR_ARRAY() macro, update demos...
2014-01-07 László MondaUse the new USB_STRING_DESCRIPTOR macro for every strin...
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2014-01-03 Dean CameraMerge pull request #17 from mondalaci/further-generichi...
2013-12-26 Dean CameraUpgrade Doxygen configuration files to the latest version.
2013-12-20 Dean CameraMerge pull request #15 from mondalaci/limit-control...
2013-11-21 Dean CameraUse new VERSION_BCD() macro with explicit int arguments...
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-10-06 Dean CameraMerge pull request #8 from mondalaci/extract-interface...
2013-10-06 László MondaExtract interface numbers into enums.
2013-08-23 Dean CameraUpdate to latest Doxygen configurations, patch Doxygen...
2013-06-16 Dean CameraMinor documentation improvements.
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-19 Dean CameraAssume 16MHz crystal by default in the AVR8 bootloaders.
2013-05-19 Dean CameraUpdate Doxygen configuration files to the latest version.
2013-05-15 Dean CameraAdd symbolic names for USB Device String Descriptors...
2013-05-10 Dean CameraFix typos in the bootloader API table entry names.
2013-05-01 Dean CameraMinor documentation improvements.
2013-04-23 Dean CameraAdd move-to-root directives to all ASF XML application...
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 bootloader projects for Atmel Studio 6.1 (requires...
2013-04-06 Dean CameraAdd checks to the bootloaders so that they will give...
2013-03-27 Dean CameraFixed race condition in the DFU class bootloader causin...
2013-03-22 Dean CameraAdd known-issues documentation section to the various...
2013-03-18 Dean CameraEnsure bootloader makefile calculation functions are...
2013-03-18 Dean CameraMinor documentation improvements.
2013-03-04 Dean CameraFix incorrect Bootloader documentation.
2013-02-24 Dean CameraFix swapped product IDs for the ATMEGA8U2 and AT90USB82...
2013-01-29 Dean CameraWhitespace fixes in the LUFA configuration files.
2013-01-29 Dean CameraMinor documentation improvements.
2013-01-20 Dean CameraUpgrade Doxygen configuration files to the latest version.
2013-01-10 Dean CameraUpdate and add missing Atmel Studio project description...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2013-01-03 Dean CameraUpgrade Doxygen configuration files to the latest Doxyg...
2013-01-03 Dean CameraRemove support for devices that were not put into produ...
2012-11-10 Dean CameraRemove dependency on the "bc" command line calculator...
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-17 Dean CameraUse the framework provided GlobalInterruptEnable()...
2012-09-15 Dean CameraShorten the product string descriptors in the CDC and...
2012-09-13 Dean CameraRemove incorrect PROGMEM qualifier on the Manufacturer...
2012-08-16 Dean CameraFix up non-unique DFU/CDC bootloader signatures.
2012-08-13 Dean CameraUpgrade Doxygen configuration files, custom style CSS...
2012-08-11 Dean CameraAdd help text to the project makefiles to help new...
2012-07-29 Dean CameraUpgrade Doxygen configuration files to 1.8.1.2.
2012-07-29 Dean CameraEnhance bootloader descriptor strings in the CDC and...
2012-07-15 Dean CameraMinor documentation improvements.
2012-07-14 Dean CameraRename build system module makefiles from "lufa.MODULE...
2012-07-11 Dean CameraFix project makefiles - remove trailing slash from...
2012-07-07 Dean CameraReduce bootloader magic key to 16 bits to save FLASH...
2012-06-29 Dean CameraFixed CDC and DFU bootloaders API page erase and write...
2012-06-26 Dean CameraClean up bootloader makefiles to make them a bit more...
2012-06-19 Dean CameraRevert change to assembly file comment syntax; this...
2012-06-17 Dean CameraRe-add in DFU bootloader Manufacturer string, as the...
2012-06-17 Dean CameraReplace C style comments in assembly code with true...
2012-06-15 Dean CameraModify CDC and DFU bootloaders so that the various...
2012-06-12 Dean CameraRemove unused makefile macro from the DFU bootloader.
2012-06-09 Dean CameraClean up bootloader makefile comments.
2012-06-09 Dean CameraAdded new JTAG_ENABLE() macro for the AVR8 architecture...
2012-06-04 Dean CameraAdd new ATPROGRAM build system module. Add ATPROGRAM...
2012-06-02 Dean CameraClean up CORE build system module, use simple rather...
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-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-27 Dean CameraRemove legacy AS4 project files, now that they can...
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-21 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-21 Dean CameraTurn off watchdog before jumping to the user applicatio...
next