zephyr/subsys/shell
Jukka Rissanen 5a9a39caf3 net: mgmt: Convert the mgmt API to use 64-bit masks
Instead of using 32 bit enum values for event numbers, convert
the code to use 64 bit long bit fields. This means that the
user API is changed to use 64 bit event values instead of 32
bit event values.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-06-18 10:54:44 +02:00
..
backends net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
modules shell: kernel: Add a panic command 2025-03-29 07:44:11 -04:00
CMakeLists.txt
Kconfig shell: Make TX mutex timeout configurable 2025-06-17 16:05:20 +02:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c
shell_fprintf.c
shell_help.c shell: Introduce structured help message 2025-06-11 09:55:21 +02:00
shell_help.h
shell_history.c
shell_log_backend.c
shell_ops.c
shell_ops.h
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: Make TX mutex timeout configurable 2025-06-17 16:05:20 +02:00