Arduino pro micro/leonardo bootloader jmp #256

Open
ahtn opened this Issue Oct 18, 2015 · 1 comment

Projects

None yet

2 participants

ahtn commented Oct 18, 2015

To be able to program my arduino pro micro (Caterina bootloader) by keypress with tmk I needed to add a custom bootloader_jump function.

Is this something that you would want to add to the tmk_core or is this kind of thing expected to reside in custom projects.

Either way I'll leave this here in case other people are curious how to implement this.

@tmk tmk added NOTE TODO labels Oct 20, 2015
Owner
tmk commented Oct 20, 2015

Thanks. This is useful info for users of the controller.
I'll look into this and add bootloader support for Sparkfun Pro Mircro, Arduino Leonardo and etc.

Bootloader source code for future reference.
Arduino:
https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/bootloaders/caterina/Caterina.c
Sparkfun:
https://github.com/sparkfun/SF32u4_boards/blob/master/sparkfun/avr/bootloaders/caterina/Caterina.c

@flabbergast flabbergast referenced this issue Mar 8, 2016
Open

New better API for feature extension #304

10 of 17 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment