aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/TestAndMeasurement/makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-10/+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-2/+2
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
* 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-9/+9
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ...Dean Camera2012-07-111-1/+1
* Add HID bootloader build module (thanks to Stefan Hellermann).Dean Camera2012-06-211-0/+1
* Add OBJDIR optional build variable to the BULD build system module, to allow ...Dean Camera2012-06-101-1/+1
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ...Dean Camera2012-06-041-1/+3
* Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean Camera2012-06-011-721/+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
* | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h conf...Dean Camera2012-05-131-7/+2
|/
* 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
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-201-2/+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
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-24/+25
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-241-2/+2
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-241-3/+3
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-151-2/+2
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-081-1/+4
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...Dean Camera2010-08-031-1/+1
* Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag...Dean Camera2010-07-261-0/+1
* Add stream callback flags and class specific control request handler code to ...Dean Camera2010-07-261-1/+0
* Added start of a low level device Test and Measurement class demo (thanks to ...Dean Camera2010-07-221-0/+709