diff options
author | fauxpark <fauxpark@gmail.com> | 2019-09-10 23:49:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 23:49:24 +1000 |
commit | 4f66a7a3258bae4d2a859529a719bb5142506346 (patch) | |
tree | a26927541c77349244d2bc043f7795eb41f2e068 /BuildTests | |
parent | ce10f7642b0459e409839b23cc91498945119b4d (diff) | |
parent | 0dfd13588686bb5e3da0eab99b2426261c3b4d14 (diff) | |
download | lufa-4f66a7a3258bae4d2a859529a719bb5142506346.tar.gz lufa-4f66a7a3258bae4d2a859529a719bb5142506346.tar.bz2 lufa-4f66a7a3258bae4d2a859529a719bb5142506346.zip |
Merge pull request #4 from drashna/update_master
Update master
Diffstat (limited to 'BuildTests')
-rw-r--r-- | BuildTests/BootloaderTest/BootloaderDeviceMap.cfg | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg index 1fabf3163..365b43a4f 100644 --- a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg +++ b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg @@ -146,21 +146,17 @@ Printer = AVR8 : at90usb82 : NONE : 8 : 4 : 16 : # ---------- Mass Storage Bootloader ----------------- MassStorage = AVR8 : at90usb1287 : XPLAIN : 128 : 8 : 8 : MassStorage = AVR8 : at90usb1287 : NONE : 128 : 8 : 8 : -MassStorage = AVR8 : at90usb1287 : NONE : 128 : 4 : 8 : -MassStorage = AVR8 : at90usb647 : NONE : 64 : 4 : 8 : +MassStorage = AVR8 : at90usb647 : NONE : 64 : 8 : 8 : MassStorage = AVR8 : at90usb1286 : NONE : 128 : 8 : 8 : -MassStorage = AVR8 : at90usb1286 : NONE : 128 : 4 : 8 : -MassStorage = AVR8 : at90usb646 : NONE : 64 : 4 : 8 : +MassStorage = AVR8 : at90usb646 : NONE : 64 : 8 : 8 : MassStorage = AVR8 : atmega32u4 : LEONARDO : 32 : 4 : 16 : MassStorage = AVR8 : atmega32u4 : NONE : 32 : 4 : 8 : MassStorage = AVR8 : atmega16u4 : NONE : 16 : 4 : 8 : MassStorage = AVR8 : atmega32u2 : NONE : 32 : 4 : 8 : MassStorage = AVR8 : at90usb1287 : NONE : 128 : 8 : 16 : -MassStorage = AVR8 : at90usb1287 : NONE : 128 : 4 : 16 : -MassStorage = AVR8 : at90usb647 : NONE : 64 : 4 : 16 : +MassStorage = AVR8 : at90usb647 : NONE : 64 : 8 : 16 : MassStorage = AVR8 : at90usb1286 : NONE : 128 : 8 : 16 : -MassStorage = AVR8 : at90usb1286 : NONE : 128 : 4 : 16 : -MassStorage = AVR8 : at90usb646 : NONE : 64 : 4 : 16 : +MassStorage = AVR8 : at90usb646 : NONE : 64 : 8 : 16 : MassStorage = AVR8 : atmega32u4 : NONE : 32 : 4 : 16 : MassStorage = AVR8 : atmega16u4 : NONE : 16 : 4 : 16 : MassStorage = AVR8 : atmega32u2 : NONE : 32 : 4 : 16 : |