Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
bfee7f8c
Commit
bfee7f8c
authored
Jul 23, 2012
by
Dean Camera
Browse files
Add missing supported bootloader configurations to the BootloaderTest build test.
parent
5b6bae34
Changes
1
Hide whitespace changes
Inline
Side-by-side
BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
View file @
bfee7f8c
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment