diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-10 09:42:12 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-10 09:42:12 +0000 |
commit | de9d05f32a8f6ea8e10f601bcbb0bcbcea0975d1 (patch) | |
tree | f627635e1d0df311c3cc0808dccdc137af6cb738 /BuildTests | |
parent | 0b1f33e2a26091714982447132b251496d5a48b2 (diff) | |
download | lufa-de9d05f32a8f6ea8e10f601bcbb0bcbcea0975d1.tar.gz lufa-de9d05f32a8f6ea8e10f601bcbb0bcbcea0975d1.tar.bz2 lufa-de9d05f32a8f6ea8e10f601bcbb0bcbcea0975d1.zip |
Enable Mass Storage bootloader builds in the BootloaderTest build test.
Diffstat (limited to 'BuildTests')
-rw-r--r-- | BuildTests/BootloaderTest/BootloaderDeviceMap.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg index 5d49d4847..5dba2f4ad 100644 --- a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg +++ b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg @@ -145,9 +145,9 @@ Printer = AVR8 : at90usb162 : NONE : 16 : 4 : 16 : Printer = AVR8 : at90usb82 : NONE : 8 : 4 : 16 : # # ---------- Mass Storage Bootloader ----------------- -#Incomplete/MassStorage = AVR8 : at90usb1287 : XPLAIN : 128 : 8 : 8 : -#Incomplete/MassStorage = AVR8 : at90usb1287 : NONE : 128 : 8 : 8 : -#Incomplete/MassStorage = AVR8 : at90usb1286 : NONE : 128 : 8 : 8 : -#Incomplete/MassStorage = AVR8 : at90usb1287 : NONE : 128 : 8 : 16 : -#Incomplete/MassStorage = AVR8 : at90usb1286 : NONE : 128 : 8 : 16 : +MassStorage = AVR8 : at90usb1287 : XPLAIN : 128 : 8 : 8 : +MassStorage = AVR8 : at90usb1287 : NONE : 128 : 8 : 8 : +MassStorage = AVR8 : at90usb1286 : NONE : 128 : 8 : 8 : +MassStorage = AVR8 : at90usb1287 : NONE : 128 : 8 : 16 : +MassStorage = AVR8 : at90usb1286 : NONE : 128 : 8 : 16 : # |