diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2019-07-29 22:38:01 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2019-07-29 22:38:01 +1000 |
commit | 45ab5abc786a09c513c49575a070bdcdb26fa7e7 (patch) | |
tree | 68b50e2f0e073ec0a2471ff002c5c0a4cd562d28 | |
parent | 5ada54b43299564d5fa52d62abfa9648a4b6c207 (diff) | |
download | lufa-45ab5abc786a09c513c49575a070bdcdb26fa7e7.tar.gz lufa-45ab5abc786a09c513c49575a070bdcdb26fa7e7.tar.bz2 lufa-45ab5abc786a09c513c49575a070bdcdb26fa7e7.zip |
BuildTests: Remove 4KB variants of MassStorage bootloader on U6/U7 devices.
-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 : |