mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 12:55:44 +00:00
In case of SMP (i.e. multiple execution units processing
the same list of tasks) we cannot use the same data structures for
getting data about active tasks as with just one processor (UP).
So until explicit support of SMP is added make sure we don't allow
to select both OPENOCD & SMP simultaneously.
Moreover starting from
commit
|
||
---|---|---|
.. | ||
asan_hacks.c | ||
CMakeLists.txt | ||
Kconfig | ||
openocd.c | ||
thread_analyzer.c |