Add support for RC calibration from AVR053
[pub/lufa.git] / Bootloaders /
2018-06-17 Dean CameraMove class-specific functional descriptor definitions...
2018-04-22 Dean CameraUpdate all project manufacturer strings with a generic...
2018-04-02 Dean CameraFix bootloaders incorrectly checking the BOOTRST fuse...
2018-01-22 Dean CameraAdd short delays before detaching from the USB bus...
2018-01-22 Dean CameraFixed bootloaders accepting flash writes to the bootloa...
2018-01-07 Dean CameraUpgrade HID bootloader Python host app to cross-platfor...
2018-01-04 Dean CameraUpdate copyrights for 2018.
2017-10-01 Dean CameraFixed bootloaders not disabling global interrupts durin...
2017-04-18 Dean CameraUpdate copyrights for 2017.
2017-01-29 Dean CameraRestrict HID bootloader programming region (thanks...
2017-01-29 Dean CameraRevert incorrect Mass Storage bootloader app start...
2016-04-30 Dean CameraFix outdated URL in the HID bootloader Python host...
2016-04-20 Dean CameraMerge pull request #84 from eltang/eeprom_wear_fix
2016-04-20 Eric TangUpdate functions used to write to EEPROM
2016-04-10 Dean CameraFix HID bootloader responding incorrectly to some descr...
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.
2016-01-02 Dean CameraMerge branch 'master' into dmbs
2015-12-22 Dean CameraFix additional missing va_end() in the HID bootloader...
2015-12-22 Dean CameraFix HID bootloader CLI app missing va_end() calls.
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).
2015-05-11 Dean CameraPatch HID bootloader host app to fix Windows compilatio...
2015-03-15 Dean CameraMinor documentation improvements.
2015-03-10 Dean CameraMerge pull request #50 from the2masters/gitignore
2015-03-10 Dean CameraMerge pull request #47 from NicoHood/patch-2
2015-02-28 Stefan Hellermannignore HID Bootloader upload tool
2015-02-24 NicoUpdate BootloaderCDC.c
2014-12-26 Dean CameraUpgrade to latest Doxygen.
2014-10-12 Dean CameraMinor documentation improvements to the Mass Storage...
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-14 Dean CameraObsolete the old MACROS and MACROE convenience macros.
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-02-22 Dean CameraMinor typo corrections.
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-04 László MondaGet rid of the redundant ATTR_NEVER_INLINE macro which...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2014-01-03 Dean CameraMinor documentation improvements.
2014-01-03 Dean CameraMerge pull request #17 from mondalaci/further-generichi...
2014-01-03 László MondaAdd further instructions regarding the modemmanager...
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-20 Dean CameraExclude all host application directories from the Doxyg...
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-11 Dean CameraMerge pull request #9 from mondalaci/replace-remaining...
2013-10-09 László MondaReplace CDC interface numbers with enums.
2013-10-06 Dean CameraMerge pull request #8 from mondalaci/extract-interface...
2013-10-06 László MondaExtract interface numbers into enums.
2013-09-27 Dean CameraMerge pull request #7 from mondalaci/hidclassdevice_whi...
2013-09-27 Dean CameraMerge branch 'mondalaci-avr910_typos'
2013-09-24 László MondaFix "AVR910" typos to "AVR109".
2013-09-16 Dean CameraAdd missing AppConfig.h reference in the Mass Storage...
2013-09-01 Dean CameraAdd security warnings to the documentation of bootloade...
2013-08-31 Dean CameraAdd DefaultInstall section to all INF driver files...
2013-08-23 Dean CameraUpdate to latest Doxygen configurations, patch Doxygen...
2013-08-14 Dean CameraAdd host application directories as distributables...
2013-07-14 Dean CameraMinor code style improvement to the HID bootloader...
2013-07-07 Dean CameraRefactor the new Python HID bootloader host application...
2013-07-07 Dean CameraAdd new HID bootloader alternative host loader applicat...
2013-07-06 Dean CameraMark the very low RAM devices as being unsupported...
2013-07-06 Dean CameraAdd automatic application start on virtual disk ejectio...
2013-06-27 Dean CameraRe-added Set Control Line State request handling to...
2013-06-16 Dean CameraMinor documentation improvements.
2013-05-20 Dean CameraMerge branch 'XMEGA-Demo-Ports-ClockOnly'
2013-05-20 Dean CameraMinor documentation improvements.
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-14 Dean CameraFix Printer class bootloader - descriptors are stored...
2013-05-14 Dean CameraMinor documentation improvements.
2013-05-10 Dean CameraShrink the size of the Printer class bootloader by...
2013-05-10 Dean CameraFix typos in the bootloader API table entry names.
2013-05-05 Dean CameraTighten up Printer bootloader implementation; fold...
2013-05-05 Dean CameraUpdate the Printer class bootloader to use the new...
2013-05-01 Dean CameraMinor documentation improvements.
next