qmk_firmware/Bootloaders/Incomplete/MassStorage
2013-03-09 08:48:00 +00:00
..
Config Add the start of a new Mass Storage class bootloader. 2013-03-08 15:50:12 +00:00
Lib FAT heuristics mean a disk as small as the one emulated in the incomplete Mass Storage bootloader *must* be FAT12, not FAT16. Update to use a FAT12 cluster chain. 2013-03-09 08:48:00 +00:00
BootloaderAPI.c Add APIs to the incomplete Mass Storage bootloader. 2013-03-08 15:52:05 +00:00
BootloaderAPI.h Add APIs to the incomplete Mass Storage bootloader. 2013-03-08 15:52:05 +00:00
BootloaderAPITable.S Add APIs to the incomplete Mass Storage bootloader. 2013-03-08 15:52:05 +00:00
Descriptors.c Add the start of a new Mass Storage class bootloader. 2013-03-08 15:50:12 +00:00
Descriptors.h Add the start of a new Mass Storage class bootloader. 2013-03-08 15:50:12 +00:00
makefile Corrections and debug channel in the Incomplete Mass Storage class bootloader. 2013-03-09 07:49:46 +00:00
MassStorage.c Corrections and debug channel in the Incomplete Mass Storage class bootloader. 2013-03-09 07:49:46 +00:00
MassStorage.h Corrections and debug channel in the Incomplete Mass Storage class bootloader. 2013-03-09 07:49:46 +00:00