I'd like to see USB-Audio Class 2.0 (UAC2) support
Advantages:
For instance the i.MX RT 1050 board has support for both USB HS, Host & Device.
Could perhaps be a good starting-board to add support for this? (NXP!?)
related: #12775
@raveslave RT1050's USB device controller driver is in pull-request review The pull-request is: #12533
@MarkWangChinese great to see this. Any plans to continue with Host support, as well as Audio Device 2.0?
Hi @raveslave, there is no usb host support plan in Zephyr currently as I know, what do you think about putting NXP MCUXpresso SDK USB HOST stack to Zephyr? (it works as Zephyr's part in subsys directory or NXP's part in ext/hal directory).
Even though I'd prefer if the host-support was a generic/native component in Zephyr, I'm totally fine with a NXP/i.MX RT specific host driver. As long as we can do "otg" device/host switching with dual usb-interfaces, we're good.
Would NXP be interested in doing this effort?
Hi @raveslave, there is no usb host support plan in Zephyr currently as I know, what do you think about putting NXP MCUXpresso SDK USB HOST stack to Zephyr? (it works as Zephyr's part in subsys directory or NXP's part in ext/hal directory).
Did anything come of this? This would be amazing
This requires #12386 first
Most helpful comment
Even though I'd prefer if the host-support was a generic/native component in Zephyr, I'm totally fine with a NXP/i.MX RT specific host driver. As long as we can do "otg" device/host switching with dual usb-interfaces, we're good.
Would NXP be interested in doing this effort?