hathach / tinyusb

An open source cross-platform USB stack for embedded system
https://www.tinyusb.org
MIT License
4.96k stars 1.04k forks source link

add dcd_edpt_close() API #340

Open hathach opened 4 years ago

hathach commented 4 years ago

Related to #326, #336, #320 #317

check list for adding new dcd API to close an endpoint. This API is needed for supporting

Although the API will only be used by above usecase, it is probably simple enough to be implemented for all port. Port checklikst

KoLoong commented 3 years ago

@hathach Do you have plan to support this API for ESP32-S2? Or any update.

hathach commented 3 years ago

no update and no plan, I will work on it when I got some time. Any PRs is welcome.