summaryrefslogtreecommitdiff
path: root/common/bootloader.c
AgeCommit message (Collapse)Author
2014-07-30Fix common files for mbedtmk
2013-09-18Fix bootloader jump use word addresstmk
- Call of function pointer is compiled into 'icall' instruction. It should use word address but it has used byte address :( It seems jump has worked luckily by chance until now. why it worked?
2013-03-11Add default value to BOOTLOADER_SIZEtmk
2013-03-10Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk
- define BOOTLOADER_SIZE in config.h instead of Makefile
2013-03-10Fix watchdog in bootloader jumptmk
- disable watchdog after watchdog reset - clear WDRF after watchdog reset
2013-03-09Add bootmagic.c and fix bootloader_jumptmk
2012-10-15Fix MCU name macro in bootloader.c.tmk
2012-06-30Add support of USBasp bootloader.tmk
2012-06-30Add Makefile.lufa to keyboard/hhkb and hbkb.tmk
2012-06-30Fix bootloader.ctmk
2012-06-07Moved files to common, protocol and doc directorytmk