aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-021-36/+36
| | | | common build system makefiles.
* Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean Camera2012-05-271-1/+20
| | | | 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-131-29/+29
| | | | 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-131-3/+4
| | | | all systems.
* Added build test to verify correct compilation of all bootloaders using all ↵Dean Camera2012-05-131-0/+42
supported devices. Fixed compile error with the unreleased ATMEGA32U6 device.