This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
forked from
mfulz_github/qmk_firmware
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
qmk_firmware
/
Bootloaders
History
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.
2013-03-29 10:23:09 +00:00
..
CDC
Add known-issues documentation section to the various LUFA bootloaders.
2013-03-22 23:24:02 +00:00
DFU
Fixed race condition in the DFU class bootloader causing failed device reprogramming in some circumstances (thanks to Luis Mendes).
2013-03-27 18:55:30 +00:00
HID
Add known-issues documentation section to the various LUFA bootloaders.
2013-03-22 23:24:02 +00:00
MassStorage
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.
2013-03-29 10:23:09 +00:00
Printer
Fixed race condition in the DFU class bootloader causing failed device reprogramming in some circumstances (thanks to Luis Mendes).
2013-03-27 18:55:30 +00:00
makefile
Update copyright year to 2013.
2013-01-03 11:37:33 +00:00