diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-09 11:11:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-09 11:11:05 +0000 |
commit | d5cff25cd14053965fcf072a7109493155a531c3 (patch) | |
tree | dc244bc48a35fc75ac7abcae4f0ff92a1a406ad9 /BuildTests/BootloaderTest | |
parent | e62e50c66360669d5e64d61f615d9b4ee24ca59f (diff) | |
download | lufa-d5cff25cd14053965fcf072a7109493155a531c3.tar.gz lufa-d5cff25cd14053965fcf072a7109493155a531c3.tar.bz2 lufa-d5cff25cd14053965fcf072a7109493155a531c3.zip |
Update Bootloader buld test to generate bootloaders using the new Printer class bootloader. Optimize incomplete Mass Storage bootloader LUFA configuration.
Diffstat (limited to 'BuildTests/BootloaderTest')
-rw-r--r-- | BuildTests/BootloaderTest/BootloaderDeviceMap.cfg | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg index 0921de34e..5d49d4847 100644 --- a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg +++ b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg @@ -114,4 +114,40 @@ HID = AVR8 : at90usb162 : NONE : 16 : 2 : 16 : HID = AVR8 : at90usb162 : NONE : 16 : 4 : 16 : HID = AVR8 : at90usb162 : NONE : 16 : 2 : 16 : HID = AVR8 : at90usb162 : NONE : 16 : 4 : 16 : -#
\ No newline at end of file +# +# ---------- Printer Bootloader ------------------ +Printer = AVR8 : at90usb1287 : XPLAIN : 128 : 8 : 8 : +Printer = AVR8 : at90usb1287 : NONE : 128 : 8 : 8 : +Printer = AVR8 : at90usb1287 : NONE : 128 : 4 : 8 : +Printer = AVR8 : at90usb647 : NONE : 64 : 4 : 8 : +Printer = AVR8 : at90usb1286 : NONE : 128 : 8 : 8 : +Printer = AVR8 : at90usb1286 : NONE : 128 : 4 : 8 : +Printer = AVR8 : at90usb646 : NONE : 64 : 4 : 8 : +Printer = AVR8 : atmega32u4 : NONE : 32 : 4 : 8 : +Printer = AVR8 : atmega16u4 : NONE : 16 : 4 : 8 : +Printer = AVR8 : atmega32u2 : NONE : 32 : 4 : 8 : +Printer = AVR8 : atmega16u2 : NONE : 16 : 4 : 8 : +Printer = AVR8 : atmega8u2 : NONE : 8 : 4 : 8 : +Printer = AVR8 : at90usb162 : NONE : 16 : 4 : 8 : +Printer = AVR8 : at90usb82 : NONE : 8 : 4 : 8 : +Printer = AVR8 : at90usb1287 : NONE : 128 : 8 : 16 : +Printer = AVR8 : at90usb1287 : NONE : 128 : 4 : 16 : +Printer = AVR8 : at90usb647 : NONE : 64 : 4 : 16 : +Printer = AVR8 : at90usb1286 : NONE : 128 : 8 : 16 : +Printer = AVR8 : at90usb1286 : NONE : 128 : 4 : 16 : +Printer = AVR8 : at90usb646 : NONE : 64 : 4 : 16 : +Printer = AVR8 : atmega32u4 : NONE : 32 : 4 : 16 : +Printer = AVR8 : atmega16u4 : NONE : 16 : 4 : 16 : +Printer = AVR8 : atmega32u2 : NONE : 32 : 4 : 16 : +Printer = AVR8 : atmega16u2 : NONE : 16 : 4 : 16 : +Printer = AVR8 : atmega8u2 : NONE : 8 : 4 : 16 : +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 : +# |