debug: thread_analyzer: Implement thread analyzer
Thread analyzer is simple module that helps in printing thread information, like stacks usage statistics. Signed-off-by: Radoslaw Koppel <radoslaw.koppel@nordicsemi.no> Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no> Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
13ef99831a
commit
27ef15b8f5
6 changed files with 291 additions and 0 deletions
|
@ -9,3 +9,8 @@ zephyr_sources_ifdef(
|
|||
CONFIG_ASAN
|
||||
asan_hacks.c
|
||||
)
|
||||
|
||||
zephyr_sources_ifdef(
|
||||
CONFIG_THREAD_ANALYZER
|
||||
thread_analyzer.c
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue