flipperzero-firmware/firmware/targets/f6/usb-glue
SG 153666f73f
F6: USB glue cleanup and fixes (#666)
* USB-CDC: accepting the next data packet only if we process previous data
* USB-CDC: use USB FS packet size
* HAL-console: puts method
* Check: print assertion data
* FuriHal: rx stream free space aware CDC confirmation.
* Bootloader: pull down USB lines, leave the rest to the firmware or bootloader
* F6: cleanup and move USB code to usb-glue folder, add USB suspend/resume events to VCP, cleanup target.mk, fix missing motd message in cli when using minicom.
* F5: cleanup the rest of USB glue code, adjust LPM and Power info data in descriptor.

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-08-22 13:43:45 +03:00
..
usb_device.c F6: USB glue cleanup and fixes (#666) 2021-08-22 13:43:45 +03:00
usb_device.h F6: USB glue cleanup and fixes (#666) 2021-08-22 13:43:45 +03:00
usbd_cdc_if.c F6: USB glue cleanup and fixes (#666) 2021-08-22 13:43:45 +03:00
usbd_cdc_if.h F6: USB glue cleanup and fixes (#666) 2021-08-22 13:43:45 +03:00
usbd_conf.c F6: USB glue cleanup and fixes (#666) 2021-08-22 13:43:45 +03:00
usbd_conf.h F6: USB glue cleanup and fixes (#666) 2021-08-22 13:43:45 +03:00
usbd_desc.c F6: USB glue cleanup and fixes (#666) 2021-08-22 13:43:45 +03:00
usbd_desc.h F6: USB glue cleanup and fixes (#666) 2021-08-22 13:43:45 +03:00