aboutsummaryrefslogtreecommitdiffstats
path: root/common/bootloader.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bootloader jump use word addresstmk2013-09-181-3/+4
| | | | | | - 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?
* Add default value to BOOTLOADER_SIZEtmk2013-03-111-1/+2
|
* Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk2013-03-101-7/+9
| | | | - define BOOTLOADER_SIZE in config.h instead of Makefile
* Fix watchdog in bootloader jumptmk2013-03-101-10/+13
| | | | | - disable watchdog after watchdog reset - clear WDRF after watchdog reset
* Add bootmagic.c and fix bootloader_jumptmk2013-03-091-23/+77
|
* Fix MCU name macro in bootloader.c.tmk2012-10-151-1/+1
|
* Add support of USBasp bootloader.tmk2012-06-301-0/+30
|
* Add Makefile.lufa to keyboard/hhkb and hbkb.tmk2012-06-301-0/+1
|
* Fix bootloader.ctmk2012-06-301-17/+51
|
* Moved files to common, protocol and doc directorytmk2012-06-071-0/+22