From: Dean Camera Date: Sat, 6 Jul 2013 10:54:59 +0000 (+0200) Subject: Mark the very low RAM devices as being unsupported by the Mass Storage class bootloader. X-Git-Tag: LUFA-130901-BETA~33 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/b1b109487ea34f581ccb96251413a51e3871747d?ds=inline Mark the very low RAM devices as being unsupported by the Mass Storage class bootloader. --- diff --git a/Bootloaders/MassStorage/BootloaderMassStorage.txt b/Bootloaders/MassStorage/BootloaderMassStorage.txt index f7b303858..0b30cbfb6 100644 --- a/Bootloaders/MassStorage/BootloaderMassStorage.txt +++ b/Bootloaders/MassStorage/BootloaderMassStorage.txt @@ -13,7 +13,7 @@ * \li Series 7 USB AVRs (AT90USBxxx7) * \li Series 6 USB AVRs (AT90USBxxx6) * \li Series 4 USB AVRs (ATMEGAxxU4) - See \ref SSec_Aux_Space - * \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) - See \ref SSec_Aux_Space + * \li ATMEGA32U2 - See \ref SSec_Aux_Space * * \section Sec_Info USB Information: * diff --git a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg index f35da4484..2fe039557 100644 --- a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg +++ b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg @@ -155,8 +155,6 @@ 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 : atmega16u2 : NONE : 16 : 4 : 8 : -MassStorage = AVR8 : at90usb162 : NONE : 16 : 4 : 8 : MassStorage = AVR8 : at90usb1287 : NONE : 128 : 8 : 16 : MassStorage = AVR8 : at90usb1287 : NONE : 128 : 4 : 16 : MassStorage = AVR8 : at90usb647 : NONE : 64 : 4 : 16 : @@ -166,6 +164,4 @@ MassStorage = AVR8 : at90usb646 : NONE : 64 : 4 : 16 : MassStorage = AVR8 : atmega32u4 : NONE : 32 : 4 : 16 : MassStorage = AVR8 : atmega16u4 : NONE : 16 : 4 : 16 : MassStorage = AVR8 : atmega32u2 : NONE : 32 : 4 : 16 : -MassStorage = AVR8 : atmega16u2 : NONE : 16 : 4 : 16 : -MassStorage = AVR8 : at90usb162 : NONE : 16 : 4 : 16 : #