aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-07-23 20:00:32 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-07-23 20:00:32 +0000
commitbfee7f8c561637b134327c6efb9561479400cf3b (patch)
tree39088abeb7245fa00abc2b6c9f33d7dc5fd8ebc5 /BuildTests
parent5b6bae3445d81a00f0dddf5759aa38d011f90cef (diff)
downloadlufa-bfee7f8c561637b134327c6efb9561479400cf3b.tar.gz
lufa-bfee7f8c561637b134327c6efb9561479400cf3b.tar.bz2
lufa-bfee7f8c561637b134327c6efb9561479400cf3b.zip
Add missing supported bootloader configurations to the BootloaderTest build test.
Diffstat (limited to 'BuildTests')
-rw-r--r--BuildTests/BootloaderTest/BootloaderDeviceMap.cfg13
1 files changed, 12 insertions, 1 deletions
diff --git a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
index 614b6b564..d45ec34de 100644
--- a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
+++ b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
@@ -21,8 +21,10 @@
#
# ------------ CDC Bootloader -------------
CDC = AVR8 : at90usb1287 : NONE : 128 : 8 :
+CDC = AVR8 : at90usb1287 : NONE : 128 : 4 :
CDC = AVR8 : at90usb647 : NONE : 64 : 4 :
CDC = AVR8 : at90usb1286 : NONE : 128 : 8 :
+CDC = AVR8 : at90usb1286 : NONE : 128 : 4 :
CDC = AVR8 : at90usb646 : NONE : 64 : 4 :
CDC = AVR8 : atmega32u6 : NONE : 32 : 4 :
CDC = AVR8 : atmega32u4 : NONE : 32 : 4 :
@@ -35,8 +37,10 @@ CDC = AVR8 : at90usb82 : NONE : 8 : 4 :
#
# ------------ DFU Bootloader -------------
DFU = AVR8 : at90usb1287 : NONE : 128 : 8 :
+DFU = AVR8 : at90usb1287 : NONE : 128 : 4 :
DFU = AVR8 : at90usb647 : NONE : 64 : 4 :
DFU = AVR8 : at90usb1286 : NONE : 128 : 8 :
+DFU = AVR8 : at90usb1286 : NONE : 128 : 4 :
DFU = AVR8 : at90usb646 : NONE : 64 : 4 :
DFU = AVR8 : atmega32u6 : NONE : 32 : 4 :
DFU = AVR8 : atmega32u4 : NONE : 32 : 4 :
@@ -48,16 +52,23 @@ DFU = AVR8 : at90usb162 : NONE : 16 : 4 :
DFU = AVR8 : at90usb82 : NONE : 8 : 4 :
#
# ------------ HID Bootloader -------------
+HID = AVR8 : at90usb1287 : NONE : 128 : 8 :
HID = AVR8 : at90usb1287 : NONE : 128 : 4 :
HID = AVR8 : at90usb647 : NONE : 64 : 4 :
+HID = AVR8 : at90usb1286 : NONE : 128 : 8 :
HID = AVR8 : at90usb1286 : NONE : 128 : 4 :
HID = AVR8 : at90usb646 : NONE : 64 : 4 :
HID = AVR8 : atmega32u6 : NONE : 32 : 4 :
HID = AVR8 : atmega32u4 : NONE : 32 : 4 :
HID = AVR8 : atmega16u4 : NONE : 16 : 4 :
HID = AVR8 : atmega32u2 : NONE : 32 : 2 :
+HID = AVR8 : atmega32u2 : NONE : 32 : 4 :
HID = AVR8 : atmega16u2 : NONE : 16 : 2 :
+HID = AVR8 : atmega16u2 : NONE : 16 : 4 :
HID = AVR8 : atmega8u2 : NONE : 8 : 2 :
+HID = AVR8 : atmega8u2 : NONE : 8 : 4 :
HID = AVR8 : at90usb162 : NONE : 16 : 2 :
-HID = AVR8 : at90usb82 : NONE : 8 : 2 :
+HID = AVR8 : at90usb162 : NONE : 16 : 4 :
+HID = AVR8 : at90usb162 : NONE : 16 : 2 :
+HID = AVR8 : at90usb162 : NONE : 16 : 4 :
# \ No newline at end of file