Usb Stack Versions Save

CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP

v0.5.2

1 year ago
  • refactor usb device intf and endpoint register api
  • add ep_enable for dcd write read api to check if ep is enable.
  • update dwc2 iso transfer
  • remove custom handler, split class handler into interface and endpoint.

v0.5.1

1 year ago
  • Refactor dcd drivers
  • Update hpm port
  • Optimise and fixed port drivers

V0.1.0

2 years ago

USB Device

  • core
    • Add usb device core
  • class
    • Add cdc_acm, hid, msc, dfu, audio, video, tmc, midi class
  • port
    • Add bl702, fsdev, stm32 with hal, synopsys, mm32, ch32 dcd porting.

USB Host

  • core
    • no change
  • class
    • no change
  • port
    • no change