aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build
Commit message (Expand)AuthorAgeFilesLines
* CI: Don't use multiple jobs when building under CI, so that output is consist...Dean Camera2018-12-091-1/+1
* Update Drone CI image path.Dean Camera2018-12-051-1/+1
* Add CCID class driver and associated demos.Dean Camera2018-06-171-0/+1
* Update DMBS to the latest version.Dean Camera2017-12-3116-46/+236
* Added include guard for dmbs modules. Fix https://github.com/abcminiuser/dmbs...NicoHood2017-12-292-0/+10
* Update to latest DMBS revision.Dean Camera2017-04-265-15/+26
* Update to latest DMBS, fix XPLAINBridge project compilation errors on full tr...Dean Camera2016-07-172-2/+2
* Update to DMBS release-20160403 release.Dean Camera2016-04-0520-56/+254
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-035-214/+151
* Update to latest version of DMBS.Dean Camera2016-04-0319-333/+1049
* Update to latest DMBS version.Dean Camera2016-04-035-4/+17
* Fix C++ builds, XPLAINBridge project.Dean Camera2015-12-221-4/+8
* Add DMBS; don't Submodule so that people can download complete ZIP/TAR archives.Dean Camera2015-12-2215-0/+1352
* Clean up core build system DMBS subclass module.Dean Camera2015-12-222-2/+37
* Replace LUFA build system with DMBS.Dean Camera2015-12-1512-1136/+35
* Update dfu-programmer command line arguments, old argument names have been ch...Dean Camera2015-11-081-1/+1
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1711-13/+13
* Don't fail Doxygen on versions built without various features.Dean Camera2015-04-261-1/+1
* The ATPROGRAM LUFA build system module now defaults to the Atmel ICE debuger ...Dean Camera2014-10-111-1/+1
* Patched the LUFA build system to work around a GCC code generation bug in new...Dean Camera2014-08-261-0/+6
* Remove correct output library file when running make clean in the LUFA build ...Dean Camera2014-08-241-1/+1
* Add COMPILER_PATH optional variable to the BUILD build system module.Dean Camera2014-06-081-4/+6
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Stu...Dean Camera2014-01-081-1/+1
* Fix broken teensy-ee build rule.Dean Camera2014-01-071-4/+6
* Update copyrights for 2014.Dean Camera2014-01-0411-28/+28
* Minor documentation improvements.Dean Camera2013-10-271-6/+6
* Minor formatting fixes.Dean Camera2013-09-272-6/+7
* Add automatic application start on virtual disk ejection to the Mass Storage ...Dean Camera2013-07-061-1/+1
* Force-disable the inbuilt makefile rules as well as suffixes in the core buil...Dean Camera2013-06-031-7/+10
* Add new Printer Device Class driver.Dean Camera2013-05-051-0/+1
* Add BIN build system target information to the documentation.Dean Camera2013-03-281-4/+5
* Fix corrupted disassembly listing (LSS) files due to linker relaxations; pass...Dean Camera2013-03-201-0/+3
* Remove compiled BIN files when running "make clean" with the BUILD build syst...Dean Camera2013-03-101-1/+1
* Update BUILD build system module to produce BIN files as well as HEX.Dean Camera2013-03-091-1/+7
* Fixed incorrect ordering of the linker options in the build system causing li...Dean Camera2013-01-051-1/+1
* Ensure that the core USB driver source filenames are not duplicated in the LU...Dean Camera2013-01-031-1/+1
* Split up USB source files in lufa_sources.mk build system module so that appl...Dean Camera2013-01-031-41/+68
* Update copyright year to 2013.Dean Camera2013-01-0311-13/+13
* Add troubleshooting page to the build system section of the documentation.Dean Camera2012-10-281-7/+7
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Add LINKER_RELAXATIONS option to the LUFA BUILD build system module.Dean Camera2012-09-301-15/+23
* Fix flip-ee DFU build target accidentally erasing the target FLASH memory space.Dean Camera2012-09-221-3/+1
* Add architecture test for the non-standard avr-size patch, so that it is not ...Dean Camera2012-09-181-0/+3
* Fix up some missing target dependencies and output messages in the LUFA build...Dean Camera2012-09-173-7/+7
* Minor build system tweaks for platform compatibility.Dean Camera2012-09-112-1/+3
* Remove unused check-source rule from the BUILD build system module.Dean Camera2012-08-291-15/+4
* Remove broken settings info output from the AVRDUDE build module.Dean Camera2012-08-201-2/+2
* Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build sys...Dean Camera2012-08-182-9/+33
* Document build system targets. Add a rule to the BUILD module that is run if ...Dean Camera2012-08-188-2/+51
* Clean up BUILD module info output formatting, remove explicit gcc-version tar...Dean Camera2012-08-161-10/+14