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/Printer
Dean Camera 7b5b8f199f
Tighten up Printer bootloader implementation; fold the IsHEX() function logic into HexToDecimal() and remove redundant state machine state logic to save space in the compiled binary.
12 years ago
..
Config Add new Printer class USB bootloader. 12 years ago
BootloaderAPI.c Add bootloader API functions to the Printer class bootloader. 12 years ago
BootloaderAPI.h Add bootloader API functions to the Printer class bootloader. 12 years ago
BootloaderAPITable.S Add bootloader API functions to the Printer class bootloader. 12 years ago
BootloaderPrinter.c Tighten up Printer bootloader implementation; fold the IsHEX() function logic into HexToDecimal() and remove redundant state machine state logic to save space in the compiled binary. 12 years ago
BootloaderPrinter.h Minor documentation improvements. 12 years ago
BootloaderPrinter.txt Add known-issues documentation section to the various LUFA bootloaders. 12 years ago
Descriptors.c Add additional comments to the Printer class bootloader, fix incorrect VID/PID values. 12 years ago
Descriptors.h Update the Printer class bootloader to use the new Printer Device Class driver, rather than implementing the Printer USB class manually. 12 years ago
Doxygen.conf Add documentation to the Printer class bootloader, add LED flash when the bootloader is active. 12 years ago
asf.xml Add move-to-root directives to all ASF XML application modules, to make the code easier to find in the release version of Atmel Studio 6.1. 12 years ago
makefile Update the Printer class bootloader to use the new Printer Device Class driver, rather than implementing the Printer USB class manually. 12 years ago