This website requires JavaScript.
Explore
Help
Sign In
gitbot
/
qmk_firmware
Watch
0
Star
0
Fork
0
You've already forked qmk_firmware
mirror of
https://github.com/qmk/qmk_firmware.git
synced
2025-06-05 07:52:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
169f21fbb1
qmk_firmware
/
Bootloaders
/
MassStorage
/
Lib
History
Dean Camera
169f21fbb1
Add Long File Name (VFAT) entry to the Mass Storage class bootloader, so that systems such as Linux that load a VFAT filesystem driver instead of the legacy MSDOS filesystem do not corrupt the volume by trying to write a LFN entry.
2013-03-25 20:58:33 +00:00
..
SCSI.c
Significantly reduce the size of the Mass Storage class bootloader, by removing dependencies on large LUFA internal functions.
2013-03-20 19:02:29 +00:00
SCSI.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.
2013-03-18 17:18:11 +00:00
VirtualFAT.c
Add Long File Name (VFAT) entry to the Mass Storage class bootloader, so that systems such as Linux that load a VFAT filesystem driver instead of the legacy MSDOS filesystem do not corrupt the volume by trying to write a LFN entry.
2013-03-25 20:58:33 +00:00
VirtualFAT.h
Add Long File Name (VFAT) entry to the Mass Storage class bootloader, so that systems such as Linux that load a VFAT filesystem driver instead of the legacy MSDOS filesystem do not corrupt the volume by trying to write a LFN entry.
2013-03-25 20:58:33 +00:00