Add script reading bootloader flags
[pub/lufa.git] / Demos / DualRole / ClassDriver /
2022-01-02 Peter HennMerge tag 'LUFA-210130' into ProMicro
2021-12-29 Peter HennMerge tag 'LUFA-170418' into ProMicro
2021-01-30 Dean CameraUpdate copyrights for 2021.
2020-06-15 Dean CameraRemove Atmel Studio integration.
2020-06-15 Dean CameraUpgrade Doxygen config file to 1.8.18.
2020-06-15 Dean CameraDocumentation: Update copyrights to 2020.
2019-09-04 Dean CameraDocumentation: Update doxygen config files to latest...
2019-01-08 Dean CameraDocumentation: Update copyrights to 2019.
2019-01-08 Dean CameraMerge pull request #142 from jacobseptember/master
2018-12-04 Dean CameraDon't build project folders in parallel.
2018-04-22 Dean CameraUpdate all project manufacturer strings with a generic...
2018-01-04 Dean CameraUpdate copyrights for 2018.
2017-04-18 Dean CameraUpdate copyrights for 2017.
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-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-12-26 Dean CameraUpgrade to latest Doxygen.
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-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-02-16 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-02-16 Dean CameraFix incorrect whitespace.
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-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-05-23 Dean CameraUpdate Atmel Studio project captions.
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 CameraPseudo-port the projects and dual role demos for possib...
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-04-23 Dean CameraAdd move-to-root directives to all ASF XML application...
2013-03-18 Dean CameraMinor documentation improvements.
2013-03-03 Dean CameraTag the LUFA-130303 release. LUFA-130303
2013-01-29 Dean CameraWhitespace fixes in the LUFA configuration files.
2013-01-27 Dean CameraUpdate Atmel Studio core board templates to use differe...
2013-01-20 Dean CameraUpgrade Doxygen configuration files to the latest version.
2013-01-12 Dean CameraMove out dummy board module and add strong-references...
2013-01-12 Dean CameraAdd Atmel Studio keywords to all project XML files.
2013-01-11 Dean CameraEnsure the demo and project main text files are distrib...
2013-01-09 Dean CameraAdd class driver host mode demo ASF module XML files.
2013-01-03 Dean CameraUpdate copyright year to 2013.
2013-01-03 Dean CameraUpgrade Doxygen configuration files to the latest Doxyg...
2012-10-14 Dean CameraClean up unnecessary CPPCheck static analysis suppressi...
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-17 Dean CameraUse the framework provided GlobalInterruptEnable()...
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-14 Dean CameraUse immediate variable expansion in the second-deepest...
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-10 Dean CameraFix up makefile .NOTPARALLEL heuristics so that linear...
2012-07-10 Dean CameraSlightly better method of recursive make - use proper...
2012-06-24 Dean CameraDon't enforce silent output on submake - pass down...
2012-06-21 Dean CameraAdd HID bootloader build module (thanks to Stefan Helle...
2012-06-10 Dean CameraAdd OBJDIR optional build variable to the BULD build...
2012-06-04 Dean CameraFix typos in recursive make rules.
2012-06-04 Dean CameraAdd new ATPROGRAM build system module. Add ATPROGRAM...
2012-06-04 Dean CameraAdd emergency aborts to the recursive makefiles to...
2012-06-03 Dean CameraQuiet initial recursive makefile invocation for all...
2012-06-03 Dean CameraUse auto-detection of project directories for the demo...
2012-06-01 Dean CameraSwitch over Demos, Bootloaders and Projects to the...
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-27 Dean CameraAdd missing documentation to custom BuiltTest hardware...
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-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-05-18 Dean CameraMinor documentation adjustments to the demos, projects...
2012-05-17 Dean CameraUpdate project Doxygen and makefiles so that the result...
2012-05-15 Dean CameraAppConfigHeaders: Make sure that in applications using...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest main.
2012-05-13 Dean CameraAppConfigHeaders: Switch DualRole and low level Host...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-06 Dean CameraIncreased endpoint polling interval for all demos and...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-04-09 Dean CameraMake Doxygen fail for any Doxygen output other than...
2012-03-09 Dean CameraOnly abort Doxygen documentation generation if a non...
next