Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-18 | Fix bootloader jump use word address | tmk | |
- 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-11 | Add default value to BOOTLOADER_SIZE | tmk | |
2013-03-10 | Add BOOTLOADER_SIZE and remove BOOT_SIZE | tmk | |
- define BOOTLOADER_SIZE in config.h instead of Makefile | |||
2013-03-10 | Fix watchdog in bootloader jump | tmk | |
- disable watchdog after watchdog reset - clear WDRF after watchdog reset | |||
2013-03-09 | Add bootmagic.c and fix bootloader_jump | tmk | |
2012-10-15 | Fix MCU name macro in bootloader.c. | tmk | |
2012-06-30 | Add support of USBasp bootloader. | tmk | |
2012-06-30 | Add Makefile.lufa to keyboard/hhkb and hbkb. | tmk | |
2012-06-30 | Fix bootloader.c | tmk | |
2012-06-07 | Moved files to common, protocol and doc directory | tmk | |