What is the status of USB support in Zephyr for MIMXRT1060-EVKB?
I tried some of samples in samples/subsys/usb/ and got an immediate kernel fault due to uninitialized interrupts.
Is the USB still not supported?
Solved! Go to Solution.
Hi @anthony_asterisk ,
Thanks for contact NXP tech support!
Currently, the RT1060-EVKB is supported USB Device feature with Zephyr. You can check its support list here: https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/mimxrt1060_evk/mimxrt1060_evkb.yam...
I tried testing the HID locally and it functions fine:
west build -b mimxrt1060_evkb samples/subsys/usb/hid
west flash
Hope it helps!
Best regards,
Gavin
Hi @anthony_asterisk ,
Thanks for contact NXP tech support!
Currently, the RT1060-EVKB is supported USB Device feature with Zephyr. You can check its support list here: https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/mimxrt1060_evk/mimxrt1060_evkb.yam...
I tried testing the HID locally and it functions fine:
west build -b mimxrt1060_evkb samples/subsys/usb/hid
west flash
Hope it helps!
Best regards,
Gavin