Update Bootloader buld test to generate bootloaders using the new Printer class bootloader. Optimize incomplete Mass Storage bootloader LUFA configuration.
This commit is contained in:
parent
e62e50c663
commit
d5cff25cd1
2 changed files with 40 additions and 4 deletions
|
|
@ -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 :
|
||||
#
|
||||
#
|
||||
# ---------- 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 :
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue