Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CI: Don't use multiple jobs when building under CI, so that output is ↵ | Dean Camera | 2018-12-09 | 1 | -1/+1 |
| | | | | consistent. | ||||
* | Update Drone CI image path. | Dean Camera | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Add CCID class driver and associated demos. | Dean Camera | 2018-06-17 | 1 | -0/+1 |
| | |||||
* | Update DMBS to the latest version. | Dean Camera | 2017-12-31 | 16 | -46/+236 |
| | |||||
* | Added include guard for dmbs modules. Fix ↵ | NicoHood | 2017-12-29 | 2 | -0/+10 |
| | | | | https://github.com/abcminiuser/dmbs/issues/28 already included. | ||||
* | Update to latest DMBS revision. | Dean Camera | 2017-04-26 | 5 | -15/+26 |
| | |||||
* | Update to latest DMBS, fix XPLAINBridge project compilation errors on full ↵ | Dean Camera | 2016-07-17 | 2 | -2/+2 |
| | | | | tree build. | ||||
* | Update to DMBS release-20160403 release. | Dean Camera | 2016-04-05 | 20 | -56/+254 |
| | |||||
* | Add LUFA DMBS extension modules, use DMBS in project makefiles. | Dean Camera | 2016-04-03 | 5 | -214/+151 |
| | |||||
* | Update to latest version of DMBS. | Dean Camera | 2016-04-03 | 19 | -333/+1049 |
| | |||||
* | Update to latest DMBS version. | Dean Camera | 2016-04-03 | 5 | -4/+17 |
| | |||||
* | Fix C++ builds, XPLAINBridge project. | Dean Camera | 2015-12-22 | 1 | -4/+8 |
| | |||||
* | Add DMBS; don't Submodule so that people can download complete ZIP/TAR archives. | Dean Camera | 2015-12-22 | 15 | -0/+1352 |
| | |||||
* | Clean up core build system DMBS subclass module. | Dean Camera | 2015-12-22 | 2 | -2/+37 |
| | |||||
* | Replace LUFA build system with DMBS. | Dean Camera | 2015-12-15 | 12 | -1136/+35 |
| | |||||
* | Update dfu-programmer command line arguments, old argument names have been ↵ | Dean Camera | 2015-11-08 | 1 | -1/+1 |
| | | | | changed in newer releases. | ||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 11 | -13/+13 |
| | |||||
* | Don't fail Doxygen on versions built without various features. | Dean Camera | 2015-04-26 | 1 | -1/+1 |
| | |||||
* | The ATPROGRAM LUFA build system module now defaults to the Atmel ICE debuger ↵ | Dean Camera | 2014-10-11 | 1 | -1/+1 |
| | | | | tool, instead of the Atmel JTAG ICE3. | ||||
* | Patched the LUFA build system to work around a GCC code generation bug in ↵ | Dean Camera | 2014-08-26 | 1 | -0/+6 |
| | | | | newer toolchains when building for larger FLASH memory devices (thanks to demultiplexer) | ||||
* | Remove correct output library file when running make clean in the LUFA build ↵ | Dean Camera | 2014-08-24 | 1 | -1/+1 |
| | | | | system. | ||||
* | Add COMPILER_PATH optional variable to the BUILD build system module. | Dean Camera | 2014-06-08 | 1 | -4/+6 |
| | |||||
* | Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵ | Dean Camera | 2014-01-08 | 1 | -1/+1 |
| | | | | Studio extension. | ||||
* | Fix broken teensy-ee build rule. | Dean Camera | 2014-01-07 | 1 | -4/+6 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 11 | -28/+28 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-10-27 | 1 | -6/+6 |
| | |||||
* | Minor formatting fixes. | Dean Camera | 2013-09-27 | 2 | -6/+7 |
| | |||||
* | Add automatic application start on virtual disk ejection to the Mass Storage ↵ | Dean Camera | 2013-07-06 | 1 | -1/+1 |
| | | | | class bootloader. | ||||
* | Force-disable the inbuilt makefile rules as well as suffixes in the core ↵ | Dean Camera | 2013-06-03 | 1 | -7/+10 |
| | | | | build system makefile. | ||||
* | Add new Printer Device Class driver. | Dean Camera | 2013-05-05 | 1 | -0/+1 |
| | |||||
* | Add BIN build system target information to the documentation. | Dean Camera | 2013-03-28 | 1 | -4/+5 |
| | |||||
* | Fix corrupted disassembly listing (LSS) files due to linker relaxations; ↵ | Dean Camera | 2013-03-20 | 1 | -0/+3 |
| | | | | pass -mrelax to the compiler to make it aware of, and able to compensate for, linker relaxations. | ||||
* | Remove compiled BIN files when running "make clean" with the BUILD build ↵ | Dean Camera | 2013-03-10 | 1 | -1/+1 |
| | | | | system module. | ||||
* | Update BUILD build system module to produce BIN files as well as HEX. | Dean Camera | 2013-03-09 | 1 | -1/+7 |
| | |||||
* | Fixed incorrect ordering of the linker options in the build system causing ↵ | Dean Camera | 2013-01-05 | 1 | -1/+1 |
| | | | | link failures in some cases. | ||||
* | Ensure that the core USB driver source filenames are not duplicated in the ↵ | Dean Camera | 2013-01-03 | 1 | -1/+1 |
| | | | | LUFA_SRC_USB makefile variable of the LUFA sources build module, so that parallel builds still work. | ||||
* | Split up USB source files in lufa_sources.mk build system module so that ↵ | Dean Camera | 2013-01-03 | 1 | -41/+68 |
| | | | | applications can pull in mode-specific USB support rather than having to compile all files even if it is known they will not be used. | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 11 | -13/+13 |
| | |||||
* | Add troubleshooting page to the build system section of the documentation. | Dean Camera | 2012-10-28 | 1 | -7/+7 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Add LINKER_RELAXATIONS option to the LUFA BUILD build system module. | Dean Camera | 2012-09-30 | 1 | -15/+23 |
| | |||||
* | Fix flip-ee DFU build target accidentally erasing the target FLASH memory space. | Dean Camera | 2012-09-22 | 1 | -3/+1 |
| | |||||
* | Add architecture test for the non-standard avr-size patch, so that it is not ↵ | Dean Camera | 2012-09-18 | 1 | -0/+3 |
| | | | | tested on architectures where the patch isn't available. | ||||
* | Fix up some missing target dependencies and output messages in the LUFA ↵ | Dean Camera | 2012-09-17 | 3 | -7/+7 |
| | | | | build system makefiles. | ||||
* | Minor build system tweaks for platform compatibility. | Dean Camera | 2012-09-11 | 2 | -1/+3 |
| | |||||
* | Remove unused check-source rule from the BUILD build system module. | Dean Camera | 2012-08-29 | 1 | -15/+4 |
| | |||||
* | Remove broken settings info output from the AVRDUDE build module. | Dean Camera | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build ↵ | Dean Camera | 2012-08-18 | 2 | -9/+33 |
| | | | | system module. Clean up CORE build system module. | ||||
* | Document build system targets. Add a rule to the BUILD module that is run if ↵ | Dean Camera | 2012-08-18 | 8 | -2/+51 |
| | | | | a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error). | ||||
* | Clean up BUILD module info output formatting, remove explicit gcc-version ↵ | Dean Camera | 2012-08-16 | 1 | -10/+14 |
| | | | | target and add ability to generate assembly listings of compiled source files for debug purposes. |