[FL-1857] New USB stack (#735)
* libusb_stm32 USB stack test * USB: Add dual CDC mode * USB HID demo, added libusb_stm32 as submodule * Target F6/F7: remomve unused ll_usb Co-authored-by: n.minaylov <n.minaylov@flipperdevices.com> Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -8,6 +8,6 @@ void furi_hal_vcp_on_usb_suspend();
|
||||
|
||||
void furi_hal_vcp_on_cdc_control_line(uint8_t state);
|
||||
|
||||
void furi_hal_vcp_on_cdc_rx(const uint8_t* buffer, size_t size);
|
||||
void furi_hal_vcp_on_cdc_rx(uint8_t if_num);
|
||||
|
||||
void furi_hal_vcp_on_cdc_tx_complete(size_t size);
|
||||
void furi_hal_vcp_on_cdc_tx_complete(uint8_t if_num);
|
||||
|
||||
Reference in New Issue
Block a user