Open
Description
Is your enhancement proposal related to a problem? Please describe.
I was trying to build webusb sample code for my esp32 dev kit.
https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/subsys/usb/webusb
I was using below command,
west build -p auto -b esp_wrover_kit samples/subsys/usb/webusb
while execution I am getting linking error for usb API's as mentioned in below ticket
#45933
Steps:
Open command prompt
Go to zephyr directory
execute: west build -p auto -b esp_wrover_kit samples/subsys/usb/webusb
Check logs on console
Describe the solution you'd like
USB support should be there for ESP32 device.
Describe alternatives you've considered
I am unable to find any alternative at this moment.