You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Bootloaders/MassStorage
Dean Camera 83d5c4729e
Update Mass Storage bootloader for Linux compatibility, and to reduce the compiled bootloader size. Linux appears to replace files with a cluster offset on the disk rather than re-using the same disk clusters (unlike Windows) so the file offset needs to be tracked and compensated for.
12 years ago
..
Config Update Mass Storage bootloader so that it can support devices with only 4KB bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code. 12 years ago
Lib Update Mass Storage bootloader for Linux compatibility, and to reduce the compiled bootloader size. Linux appears to replace files with a cluster offset on the disk rather than re-using the same disk clusters (unlike Windows) so the file offset needs to be tracked and compensated for. 12 years ago
BootloaderAPI.c Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional. 12 years ago
BootloaderAPI.h Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional. 12 years ago
BootloaderAPITable.S Significantly reduce the size of the Mass Storage class bootloader, by removing dependencies on large LUFA internal functions. 12 years ago
BootloaderMassStorage.c Add smaller AVR8 targets to the Mass Storage bootloader target list in the Bootloader build test. 12 years ago
BootloaderMassStorage.h Speed up Mass Storage bootloader by turning off the internal clock divider, as there is enough FLASH space to do so. 12 years ago
BootloaderMassStorage.txt Add known-issues documentation section to the various LUFA bootloaders. 12 years ago
Descriptors.c Update Mass Storage bootloader so that it can support devices with only 4KB bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code. 12 years ago
Descriptors.h Update Mass Storage bootloader so that it can support devices with only 4KB bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code. 12 years ago
Doxygen.conf Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional. 12 years ago
makefile Make Mass Storage bootloader makefile variable naming consistent. 12 years ago