
Using Custom Work Queues for Sensor Readings in Zephyr
Custom Work Queues enable things like thread-aware debugging, larger amounts of customization, and the Zephyr work queue features that we know and love. This …


Custom Work Queues enable things like thread-aware debugging, larger amounts of customization, and the Zephyr work queue features that we know and love. This …

This post discusses the difference between Zephyr threads and work queues, as well as how to pass around data between running processes using data queues.