You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Following build issue reported when compiling samples/subsys/usb/audio/headphones_microphone on olimexino_stm32
Traceback (most recent call last):
File "/local/mcu/zephyrproject/zephyr/scripts/gen_handles.py", line 371, in <module>
main()
File "/local/mcu/zephyrproject/zephyr/scripts/gen_handles.py", line 341, in main
assert len(hdls) < len(hs.handles), "%s no DEVICE_HANDLE_ENDS inserted" % (dev.sym.name,)
AssertionError: __device_dts_ord_170 no DEVICE_HANDLE_ENDS inserted
To Reproduce
twister -b -p olimexino_stm32 -s samples/subsys/usb/audio/headphones_microphone/sample.usb.audio.headphones_microphone
The text was updated successfully, but these errors were encountered:
Describe the bug
Following build issue reported when compiling
samples/subsys/usb/audio/headphones_microphone
on olimexino_stm32To Reproduce
twister -b -p olimexino_stm32 -s samples/subsys/usb/audio/headphones_microphone/sample.usb.audio.headphones_microphone
The text was updated successfully, but these errors were encountered: