We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CANnectivity on the USB2CANFDV1 board fails during driver initialisation when used with the experimental device_next stack.
device_next
Steps to reproduce the behavior:
west build -b usb2canfdv1/stm32g0b1xx ../custom/cannectivity/app/ -S rtt-console -- -DFILE_SUFFIX=usbd_next
west flash
No error.
*** Booting Zephyr OS build v4.0.0-2502-gf786ecc07513 *** *** CANnectivity firmware v1.0.0-6-gcbbbc9b1b8fa *** [00:00:00.000,000] <dbg> gs_usb: gs_usb_register_channel: channel 0 features = 0x00002533 [00:00:00.000,000] <dbg> gs_usb: gs_usb_init: initialized class instance 0x20001068, interface number 0 [00:00:00.001,000] <inf> main: CANnectivity firmware initialized with 1 channel [00:00:00.209,000] <dbg> gs_usb: gs_usb_enable: enabled [00:00:03.485,000] <err> udc: Failed to allocate net_buf 0 [00:00:03.485,000] <err> gs_usb: unsupported host byte order (0x20004430)
Known issues with the STM32 device_next driver: zephyrproject-rtos/zephyr#80820
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
CANnectivity on the USB2CANFDV1 board fails during driver initialisation when used with the experimental
device_next
stack.To Reproduce
Steps to reproduce the behavior:
west build -b usb2canfdv1/stm32g0b1xx ../custom/cannectivity/app/ -S rtt-console -- -DFILE_SUFFIX=usbd_next
west flash
Expected behavior
No error.
Logs and console output
Environment
Additional context
Known issues with the STM32
device_next
driver: zephyrproject-rtos/zephyr#80820The text was updated successfully, but these errors were encountered: