aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BootloaderTest
Commit message (Collapse)AuthorAgeFilesLines
* 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.