We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
[00000076] <inf> hid_state: Init HID state! ASSERTION FAIL [usb_dev != ((void *)0)] @ ../src/modules/usb_state.c:250 ***** Kernel Panic! ***** Current thread ID = 0x20004078 Faulting instruction address = 0x78d0
usb_dev = device_get_binding(DT_NORDIC_NRF_USBD_0_LABEL); __ASSERT_NO_MSG(usb_dev != NULL);
To Reproduce Steps to reproduce the behavior: build and run
Expected behavior I guess it should not crash...
Impact Showstopper
Screenshots or console output above
Environment (please complete the following information): sha ncs: a9d9dc7 sha zephyr: aeff0ee
Additional context N/A
The text was updated successfully, but these errors were encountered:
Does anything registers a USB device to actually have this binding? @lemrey @pawelzadrozniak does anybody tested this new interface?
Sorry, something went wrong.
Wrong label was used. The are no devices on the driver level but instead each class creates its own.
finikorg
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behavior:
build and run
Expected behavior
I guess it should not crash...
Impact
Showstopper
Screenshots or console output
above
Environment (please complete the following information):
sha ncs: a9d9dc7
sha zephyr: aeff0ee
Additional context
N/A
The text was updated successfully, but these errors were encountered: