aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BootloaderTest
Commit message (Collapse)AuthorAgeFilesLines
* BuildTests: Remove 4KB variants of MassStorage bootloader on U6/U7 devices.Dean Camera2019-07-291-8/+4
|
* Documentation: Update copyrights to 2019.Dean Camera2019-01-082-2/+2
|
* Update copyrights for 2018.Dean Camera2018-01-042-2/+2
|
* Update copyrights for 2017.Dean Camera2017-04-182-2/+2
|
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-2/+3
|
* Update copyrights to 2016.Dean Camera2016-01-312-2/+2
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-172-2/+2
|
* Update copyrights for 2014.Dean Camera2014-01-042-5/+5
|
* Mark the very low RAM devices as being unsupported by the Mass Storage class ↵Dean Camera2013-07-061-4/+0
| | | | bootloader.
* Add smaller AVR8 targets to the Mass Storage bootloader target list in the ↵Dean Camera2013-03-201-122/+140
| | | | Bootloader build test.
* Enable Mass Storage bootloader builds in the BootloaderTest build test.Dean Camera2013-03-101-5/+5
|
* Update Bootloader buld test to generate bootloaders using the new Printer ↵Dean Camera2013-03-091-1/+37
| | | | class bootloader. Optimize incomplete Mass Storage bootloader LUFA configuration.
* Fix up invalid device configurations in the BootloaderTest build test.Dean Camera2013-01-051-2/+0
|
* Update copyright year to 2013.Dean Camera2013-01-032-2/+2
|
* Remove unsupported devices from the BootloaderTest build test.Dean Camera2013-01-031-4/+0
|
* Extend bootloader build test to include all supported configurations ↵Dean Camera2012-07-242-54/+104
| | | | including the special XPLAIN board configuration and possible F_USB values.
* Add missing supported bootloader configurations to the BootloaderTest build ↵Dean Camera2012-07-231-1/+12
| | | | test.
* Update bootloader build test with bootloader target board information.Dean Camera2012-07-231-2/+2
|
* Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵Dean Camera2012-07-151-1/+1
| | | | Turn off generation of debug information when performing a validation build, and when running the build tests.
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-1/+1
| | | | | | | | "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile.
* Mark build test makefiles as being incompatible with parallel make builds, ↵Dean Camera2012-07-101-0/+2
| | | | as they re-use the same object directories.
* Don't enforce silent output on submake - pass down the value set by the user ↵Dean Camera2012-06-241-1/+1
| | | | implicitly instead.
* Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated ↵Dean Camera2012-06-231-1/+1
| | | | make variables.
* Add extra human readable output to the build test makefile scripts.Dean Camera2012-06-191-1/+1
|
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-072-123/+123
|
* Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.Dean Camera2012-06-031-4/+4
|
* Switch StaticAnalysisTest build test to use the new build system CPPCHECK ↵Dean Camera2012-06-031-1/+5
| | | | module. Update additional build tests to all include the core build system module.
* Ensure build tests use the system provided $(MAKE) variable to determine the ↵Dean Camera2012-06-021-1/+1
| | | | command to invoke make, rather than a hard-coded name. Strip off excess whitespace from the list of object files when printing them out to the shell in the build system BUILD module.
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-022-38/+37
| | | | common build system makefiles.
* Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean Camera2012-05-272-2/+21
| | | | old copyright years on some makefiles.
* Add missing CPPCheck unusedFunction check suppressions on the USB template ↵Dean Camera2012-05-191-0/+1
| | | | functions.
* Clean up and speed up build tests by turning off expensive and slow size ↵Dean Camera2012-05-132-42/+44
| | | | optimizations, and generation of assembly listings (*.lst) for each compiled source file.
* Minor tweaks to the build tests to ensure that they will operate properly on ↵Dean Camera2012-05-132-4/+5
| | | | all systems.
* Added build test to verify correct compilation of all bootloaders using all ↵Dean Camera2012-05-132-0/+98
supported devices. Fixed compile error with the unreleased ATMEGA32U6 device.