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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue