anchao commented on code in PR #14686: URL: https://github.com/apache/nuttx/pull/14686#discussion_r1832290731
########## sched/wqueue/kwork_thread.c: ########## @@ -239,7 +240,7 @@ static int work_thread(int argc, FAR char *argv[]) ****************************************************************************/ static int work_thread_create(FAR const char *name, int priority, - int stack_size, + FAR void *stack_addr, int stack_size, Review Comment: could we static tcb also? we have the internal change to create work thread from static resouce.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
