espressif / esp-protocols

Collection of ESP-IDF components related to networking protocols
165 stars 115 forks source link

[eppp]: Add support for USB host -- device transport #590

Open david-cermak opened 4 weeks ago

david-cermak commented 4 weeks ago

depends on https://github.com/espressif/esp-protocols/pull/511

both eppp server and client can choose to act as USB CDC ACM host or a device.

(may need a minor refactor, as we support more and more transports)