thread_analyzer (shell thread command) shows ? in the Stack/Free columns for threads not created through k_thread_create (IDLE, ipc, main): FreeRTOS TaskStatus_t does not expose total stack size, while Boreas threads carry it in k_thread.stack_size.
Options:
- k_thread registry lookup keyed by
TaskHandle_t (clean, small)
- Accept
? for system threads and document it
Good first issue: isolated to the thread_analyzer shell command, no kernel changes.
thread_analyzer(shellthreadcommand) shows?in the Stack/Free columns for threads not created throughk_thread_create(IDLE, ipc, main): FreeRTOSTaskStatus_tdoes not expose total stack size, while Boreas threads carry it ink_thread.stack_size.Options:
TaskHandle_t(clean, small)?for system threads and document itGood first issue: isolated to the thread_analyzer shell command, no kernel changes.