zephyr/include/zephyr/shell
Jakub Rzeszutko 8991b954bc shell: add Kconfig option for configurable autoflush behavior
Introduced a new Kconfig option `SHELL_PRINTF_AUTOFLUSH` to allow
configuring the autoflush behavior of shell printing functions.

Updated `Z_SHELL_FPRINTF_DEFINE` to use the
`CONFIG_SHELL_PRINTF_AUTOFLUSH` setting instead of hardcoding
the autoflush behavior to `true`.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@verkada.com>
2025-01-23 13:45:20 +01:00
..
shell.h shell: add Kconfig option for configurable autoflush behavior 2025-01-23 13:45:20 +01:00
shell_adsp_memory_window.h shell: shell_adsp_memory_window: fix invalid cast in struct init 2024-06-12 18:28:20 -04:00
shell_backend.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_dummy.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_fprintf.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_history.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_log_backend.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_mqtt.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_rpmsg.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_rtt.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_string_conv.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_telnet.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_types.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_uart.h style: Inconsistent macro names changed 2024-10-30 08:55:36 -05:00
shell_websocket.h net: websocket: pass HTTP upgrade request context to user callback 2025-01-08 21:02:02 +01:00