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

@ -287,6 +287,9 @@ static bool command_common(uint8_t code)
#ifdef PROTOCOL_VUSB
" VUSB"
#endif
#ifdef PROTOCOL_CHIBIOS
" CHIBIOS"
#endif
#ifdef BOOTMAGIC_ENABLE
" BOOTMAGIC"
#endif