alambe94 / I-CUBE-USBD-Composite

Create STM32 USB Composite devices with ease.
MIT License
142 stars 30 forks source link

RNDIS pointer #22

Open pauleffect90 opened 1 year ago

pauleffect90 commented 1 year ago

Hi. First off, great work. Thanks!

I wanted to ask if you have any pointers about linking lwip with the ecm / rndis drivers.

alambe94 commented 1 year ago

Hi ST provides RNDIS examples

you can check out these for reference https://github.com/alambe94/STM32_H7_Playground https://github.com/alambe94/STM32_USB/tree/master/STM32_USB_RNDIS

pauleffect90 commented 1 year ago

Thanks a lot, I'll be sure to check them out.