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
/
MassStorage
History
Dean Camera
03cdb09071
Minor documentation improvements.
2013-03-18 19:24:55 +00:00
..
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.
2013-03-18 17:18:11 +00:00
Lib
Minor documentation improvements.
2013-03-18 19:24:55 +00:00
BootloaderAPI.c
Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional.
2013-03-10 09:35:43 +00:00
BootloaderAPI.h
Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional.
2013-03-10 09:35:43 +00:00
BootloaderAPITable.S
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
BootloaderMassStorage.c
Speed up Mass Storage bootloader by turning off the internal clock divider, as there is enough FLASH space to do so.
2013-03-18 17:27:18 +00:00
BootloaderMassStorage.h
Speed up Mass Storage bootloader by turning off the internal clock divider, as there is enough FLASH space to do so.
2013-03-18 17:27:18 +00:00
BootloaderMassStorage.txt
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
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.
2013-03-18 17:18:11 +00:00
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.
2013-03-18 17:18:11 +00:00
Doxygen.conf
Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional.
2013-03-10 09:35:43 +00:00
makefile
Ensure bootloader makefile calculation functions are uniform across all bootloaders.
2013-03-18 17:21:02 +00:00