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/DFU
Dean Camera cca24c8dc9
Update CDC and DFU class bootloader documentation with a device memory map illustration.
13 years ago
..
BootloaderAPI.c Update file contributor copyrights for 2012. 13 years ago
BootloaderAPI.h Update file contributor copyrights for 2012. 13 years ago
BootloaderAPITable.S Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay). 13 years ago
BootloaderDFU.aps Add missing reference to the BootloaderAPI.S source file in the DFU and CDC class bootloader AVRStudio 4 project files. 13 years ago
BootloaderDFU.c The library bootloaders will now correctly start the user application after a watchdog-based application start, even if the /HWB line is held low externally during the reset phase. 13 years ago
BootloaderDFU.h The library bootloaders will now correctly start the user application after a watchdog-based application start, even if the /HWB line is held low externally during the reset phase. 13 years ago
BootloaderDFU.txt Update CDC and DFU class bootloader documentation with a device memory map illustration. 13 years ago
Descriptors.c Fixed incorrect DFU version number reported to the host in the DFU bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock). 13 years ago
Descriptors.h Update file contributor copyrights for 2012. 13 years ago
Doxygen.conf Fix broken documentation in the CDC and DFU class bootloaders due to Doxygen's confusion over the ATTR_NO_INIT attribute macro. 13 years ago
makefile Alter the bootloader section sizes to all be 8KB, to be in line with the default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock). 13 years ago