zephyr/subsys/shell
Peter Mitsis a30cf39975 kernel: update k_thread_state_str() API
When threads are in more than one state at a time, k_thread_state_str()
returns a string that lists each of its states delimited by a '+'.
This in turn necessitates a change to the API that includes both a
pointer to the buffer to use for the string and the size of the buffer.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2022-04-20 20:20:13 -04:00
..
backends everywhere: fix typos 2022-03-18 13:24:08 -04:00
modules kernel: update k_thread_state_str() API 2022-04-20 20:20:13 -04:00
CMakeLists.txt lib: getopt: rework and extend getopt library 2022-01-06 21:26:59 +01:00
Kconfig shell: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
Kconfig.template.shell_log_queue_size license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.template.shell_log_queue_timeout license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
shell.c Shell: shell.c Use IN_RANGE macro from util.h 2022-03-11 07:20:16 -06:00
shell_cmds.c kernel: atomics: update print specifiers for atomic_t 2021-11-15 09:59:01 -05:00
shell_fprintf.c shell: internal api update: fprintf 2021-01-14 12:07:25 +01:00
shell_help.c shell: don't print colon if there's no item help 2022-02-24 08:29:52 -06:00
shell_help.h shell: make detecting help option optional 2021-03-01 09:50:32 -05:00
shell_history.c shell: fix history optimization 2022-04-20 09:50:03 +02:00
shell_log_backend.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
shell_ops.c shell: Fix immediate logging case 2022-01-05 14:58:46 -05:00
shell_ops.h shell: Fix immediate logging case 2022-01-05 14:58:46 -05:00
shell_utils.c Shell: String to numeric conversion utils 2022-04-05 09:21:52 +02:00
shell_utils.h shell: optionally set shell root command using Kconfig 2021-06-16 10:41:17 +02:00
shell_vt100.h shell: rework vt100 commands storage 2021-09-28 20:02:01 -04:00
shell_wildcard.c coccinelle: Remove extra semicolon 2021-03-25 11:35:30 -05:00
shell_wildcard.h shell: internal api update: wildcards 2021-01-14 12:07:25 +01:00