aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/makefile
Commit message (Expand)AuthorAgeFilesLines
* Bootloaders: Enable LTO to reduce compiled size.Dean Camera2019-07-291-0/+1
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-1/+1
* Update copyrights for 2018.Dean Camera2018-01-041-1/+1
* Update copyrights for 2017.Dean Camera2017-04-181-1/+1
* Restrict HID bootloader programming region (thanks to NicoHood).Dean Camera2017-01-291-1/+1
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-8/+15
* Update copyrights to 2016.Dean Camera2016-01-311-1/+1
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-1/+1
* Update copyrights for 2014.Dean Camera2014-01-041-1/+1
* Ensure bootloader makefile calculation functions are uniform across all bootl...Dean Camera2013-03-181-1/+1
* Update and add missing Atmel Studio project description XML files.Dean Camera2013-01-101-2/+2
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
* Remove dependency on the "bc" command line calculator tool in the bootloaders...Dean Camera2012-11-101-2/+3
* Add help text to the project makefiles to help new users get information on t...Dean Camera2012-08-111-0/+2
* Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk...Dean Camera2012-07-141-7/+7
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ...Dean Camera2012-07-111-1/+1
* Clean up bootloader makefiles to make them a bit more readable.Dean Camera2012-06-261-12/+12
* Clean up bootloader makefile comments.Dean Camera2012-06-091-9/+6
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ...Dean Camera2012-06-041-0/+2
* Clean up CORE build system module, use simple rather than recursive make vari...Dean Camera2012-06-021-4/+4
* Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean Camera2012-06-011-694/+32
* Merge in latest trunk.Dean Camera2012-05-201-1/+1
|\
| * Update project Doxygen and makefiles so that the resulting project documentat...Dean Camera2012-05-171-1/+1
| * Alter the bootloader section sizes to all be 8KB, to be in line with the defa...Dean Camera2012-04-181-1/+1
* | AppConfigHeaders: Update bootloaders to use configuration header files, rathe...Dean Camera2012-05-101-12/+2
* | Add branch for the conversion of demos to use standard C header files for con...Dean Camera2012-05-101-1/+1
|/
* Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean Camera2012-04-091-1/+1
* Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean Camera2012-03-091-1/+1
* Update Doxygen documentation build scripts to fail if any warnings are genera...Dean Camera2012-03-091-1/+3
* Minor bootloader tweaks; make some functions static where possible to reduce ...Dean Camera2012-01-151-0/+4
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-712/+712
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-201-1/+10
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-7/+7
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+5
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-1/+2
* Update HID bootloader loader application to support the VID/PID used by the b...Dean Camera2011-02-091-6/+1
* Added HID class bootloader, compatible with a modified version of the command...Dean Camera2011-02-091-0/+703