commit | 582c98344fb4118a7dc446e7691fb9f3cb592926 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Sat Apr 05 16:45:40 2025 -0400 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Apr 14 23:06:41 2025 +0200 |
tree | 5e342524669942bb45889c48e96377f55f6bd39f | |
parent | 50e36095dd77063902c1cb7be19867dd49fdc885 [diff] |
kernel: revise doc for k_thread_stack_alloc and k_thread_create Update the kernel API doxygen for k_thread_stack_alloc() and k_thread_create() to convey that kernel thread stacks may be dynamically allocated as an alternative to static allocation. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>