forked from mfulz_github/qmk_firmware
Mark the very low RAM devices as being unsupported by the Mass Storage class bootloader.
This commit is contained in:
parent
8cfa2e8023
commit
b1b109487e
|
@ -13,7 +13,7 @@
|
|||
* \li Series 7 USB AVRs (AT90USBxxx7)
|
||||
* \li Series 6 USB AVRs (AT90USBxxx6)
|
||||
* \li Series 4 USB AVRs (ATMEGAxxU4) - <i>See \ref SSec_Aux_Space</i>
|
||||
* \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) - <i>See \ref SSec_Aux_Space</i>
|
||||
* \li ATMEGA32U2 - <i>See \ref SSec_Aux_Space</i>
|
||||
*
|
||||
* \section Sec_Info USB Information:
|
||||
*
|
||||
|
|
|
@ -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 :
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue