aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
Commit message (Collapse)AuthorAgeFilesLines
* 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-031-1/+1
|
* 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-241-51/+100
| | | | 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 SVN line endings property on newer source files to native.Dean Camera2012-06-071-62/+62
|
* 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.