USB device support with Zephyr on MIMXRT1060-EVKB

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

USB device support with Zephyr on MIMXRT1060-EVKB

跳至解决方案
300 次查看
anthony_asterisk
Contributor II

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?

0 项奖励
1 解答
281 次查看
Gavin_Jia
NXP TechSupport
NXP TechSupport

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...

Gavin_Jia_0-1708589773880.png

 

I tried testing the HID locally and it functions fine:

Gavin_Jia_1-1708589823258.png

west build -b mimxrt1060_evkb samples/subsys/usb/hid
west flash

 

Hope it helps!

 

Best regards,
Gavin

 

在原帖中查看解决方案

0 项奖励
1 回复
282 次查看
Gavin_Jia
NXP TechSupport
NXP TechSupport

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...

Gavin_Jia_0-1708589773880.png

 

I tried testing the HID locally and it functions fine:

Gavin_Jia_1-1708589823258.png

west build -b mimxrt1060_evkb samples/subsys/usb/hid
west flash

 

Hope it helps!

 

Best regards,
Gavin

 

0 项奖励