Add ChibiOS support (USB stack + support files).

This commit is contained in:
flabbergast 2015-09-07 21:57:04 +01:00
parent be9be90483
commit 27dec2db7b
16 changed files with 2245 additions and 5 deletions

View file

@ -0,0 +1,7 @@
/* TODO */
/* ... chip dependent ... */
#include "bootloader.h"
void bootloader_jump(void) {}