In Zephyr Operating System, I have to write an application, which will update a variable (can be treated as a counter) every 30ms. Basically I have 2 options A
When using a debugger to debug a mutli-thread application, the debugger usually shows the currently running threads. Either with some GUI or command like info t
I'm developing an application for an nRF52 SoC to access some external devices, kind of detectors in this case, so I have defined a custom format (and its corre
I'm working with Zephyr OS in the Visual Code Studio IDE. Zephyr uses a lot of Macros but the C/C++ extension does not like that and throws Warnings. One exampl
I haven't found a definitive info on how to add a driver module to out-of-tree Zephyr project, so I will provide the answer by my own.