Commit Graph

10 Commits

Author SHA1 Message Date
tmk
0ca415004a Fix bootloader jump use word address
- 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-09-18 16:10:53 +09:00
tmk
fe2230cf60 Add default value to BOOTLOADER_SIZE 2013-03-11 13:32:46 +09:00
tmk
51050875b7 Add BOOTLOADER_SIZE and remove BOOT_SIZE
- define BOOTLOADER_SIZE in config.h instead of Makefile
2013-03-10 17:53:29 +09:00
tmk
f55c677ba4 Fix watchdog in bootloader jump
- disable watchdog after watchdog reset
- clear WDRF after watchdog reset
2013-03-10 15:06:33 +09:00
tmk
4d64fd8faa Add bootmagic.c and fix bootloader_jump 2013-03-09 11:22:27 +09:00
tmk
4e91374125 Fix MCU name macro in bootloader.c. 2012-10-15 18:14:59 +09:00
tmk
6d79e6579f Add support of USBasp bootloader. 2012-06-30 14:44:14 +09:00
tmk
2c5d3ac76f Add Makefile.lufa to keyboard/hhkb and hbkb. 2012-06-30 13:26:09 +09:00
tmk
f427529a30 Fix bootloader.c 2012-06-30 11:19:07 +09:00
tmk
f412570739 Moved files to common, protocol and doc directory 2012-06-07 02:47:33 +09:00