zephyr/subsys/shell
Krzysztof Chruściński d2bd82eb5f drivers: serial: uart_async_rx: Add return value to consume function
Return availability of free buffers after data is consumed. This
information may be important for the module using uart_async_rx to
schedule next reception if there is a new buffer available.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-03-26 10:46:02 -04:00
..
backends drivers: serial: uart_async_rx: Add return value to consume function 2024-03-26 10:46:02 -04:00
modules arch: move arch_interface.h under zephyr/arch 2024-03-25 09:58:35 +00:00
CMakeLists.txt
Kconfig kconfig: shell: fix incorrect shell stack size for Thread 2024-03-08 10:21:20 +00:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: fix shell instance name typo 2023-12-05 10:44:56 -05:00
shell_fprintf.c
shell_help.c shell: Add a space after colon 2024-01-05 14:43:21 -05:00
shell_help.h
shell_history.c
shell_log_backend.c shell: fix a memory corruption coverity issue 2023-10-13 13:11:28 +03:00
shell_ops.c
shell_ops.h shell: Fix shell init procedure when configured as inactive on startup 2024-01-21 16:01:36 +01:00
shell_utils.c shell: correct z_shell_spaces_trim when len equal to zero 2023-12-12 15:02:58 +01:00
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: fix shell_stop command 2024-03-04 14:08:04 +01:00