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?
11 years ago
tmk
fe2230cf60
Add default value to BOOTLOADER_SIZE
12 years ago
tmk
51050875b7
Add BOOTLOADER_SIZE and remove BOOT_SIZE
...
- define BOOTLOADER_SIZE in config.h instead of Makefile
12 years ago
tmk
f55c677ba4
Fix watchdog in bootloader jump
...
- disable watchdog after watchdog reset
- clear WDRF after watchdog reset
12 years ago
tmk
4d64fd8faa
Add bootmagic.c and fix bootloader_jump
12 years ago
tmk
4e91374125
Fix MCU name macro in bootloader.c.
12 years ago
tmk
6d79e6579f
Add support of USBasp bootloader.
13 years ago
tmk
2c5d3ac76f
Add Makefile.lufa to keyboard/hhkb and hbkb.
13 years ago
tmk
f427529a30
Fix bootloader.c
13 years ago
tmk
f412570739
Moved files to common, protocol and doc directory
13 years ago