Add ChibiOS support (USB stack + support files).
This commit is contained in:
parent
be9be90483
commit
27dec2db7b
16 changed files with 2245 additions and 5 deletions
7
tmk_core/common/chibios/bootloader.c
Normal file
7
tmk_core/common/chibios/bootloader.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/* TODO */
|
||||
/* ... chip dependent ... */
|
||||
|
||||
#include "bootloader.h"
|
||||
|
||||
|
||||
void bootloader_jump(void) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue