I am trying to use the USB interface of the i.MX RT1050 evaluation kit as a network interface using the CDC VNIC FreeRTOS example.
On Linux, the example works perfectly: it creates a bridge between the on-board Ethernet interface and the USB interface.
However, on Windows 11, the USB device is detected as a COM port instead of a network interface.
I tried installing the RNDIS driver, but Windows already includes a built-in RNDIS driver as far as I saw online.
Can someone explain why this happens and what needs to be changed to make Windows recognize the USB interface as a network adapter?