Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SDK 1.8.0 usb_dc_nrfx.c starts usbd_work_queue with no name

It is not very clean to start a work_q with no name when all others name them properly, or at least put in the name of their k_work_q struct.
Working with system threads it is harder when there is no name.

Related