aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/makefile
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-1/+1
* Don't build project folders in parallel.Dean Camera2018-12-041-1/+1
* Update copyrights for 2018.Dean Camera2018-01-041-1/+1
* Don't compile in ISP sources into the XPLAIN bridge project.Dean Camera2017-08-231-3/+4
* Update copyrights for 2017.Dean Camera2017-04-181-1/+1
* Use folder-relative output folder in the XPLAINBridge makefile.Dean Camera2016-10-041-2/+2
* Update to latest DMBS, fix XPLAINBridge project compilation errors on full tr...Dean Camera2016-07-171-5/+3
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-10/+15
* Merge branch 'master' into dmbsDean Camera2016-04-031-1/+1
|\
| * Update copyrights to 2016.Dean Camera2016-01-311-1/+1
* | Fix C++ builds, XPLAINBridge project.Dean Camera2015-12-221-3/+3
|/
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-1/+1
* Update copyrights for 2014.Dean Camera2014-01-041-1/+1
* 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
* Add hack to the XPLAINBridge project to allow it to compile even if an identi...Dean Camera2012-07-261-0/+8
* 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-6/+2
* Oops - override OBJDIR with "." not blank for the XPLAINBridge project.Dean Camera2012-07-101-1/+1
* Override the OBJDIR setting for the XPLAINBridge project, as this currently d...Dean Camera2012-07-101-0/+3
* Add HID bootloader build module (thanks to Stefan Hellermann).Dean Camera2012-06-211-0/+1
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ...Dean Camera2012-06-041-0/+2
* Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean Camera2012-06-011-737/+38
* Merge in latest trunk.Dean Camera2012-05-201-2/+3
|\
| * Alter the XPLAINBridge and AVRISP-MKII clone projects so that the descriptors...Dean Camera2012-05-201-3/+3
* | 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: Update several additional user projects to use configuratio...Dean Camera2012-05-121-20/+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
* Updated the AVRISP-MKII Clone programmer project to be compatible with the la...Dean Camera2012-02-081-2/+2
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* Add the GCC -fno-split-wide-types compile time option to some of the larger u...Dean Camera2011-07-061-0/+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
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-261-0/+1
* Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r...Dean Camera2010-12-241-1/+1
* 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
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-73/+57
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-1/+1
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-0/+1
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-18/+6
* Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device i...Dean Camera2010-07-131-1/+3
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-121-1/+2