zephyr/drivers/console
Daniel Leung ca4c2c9b7f console: uart_mux: uart_mux_send to return number of bytes sent
This changes the return value of uart_mux_send() to return
how many bytes sent instead of simply zero for any bytes sent.
This would make it consistent with other UART send commands where
they return number of bytes sent.

Fixes #48470

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-08-16 08:28:03 +00:00
..
CMakeLists.txt uart_pipe: move driver from console to serial 2022-07-07 09:59:49 +02:00
efi_console.c drivers: console: add a minimal EFI console driver to support printf 2022-07-05 16:52:32 -04:00
gsm_mux.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
gsm_mux.h
ipm_console_receiver.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_console_sender.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_console.c drivers: console: ipm_console: Update driver to use DEVICE_DT_GET 2022-07-26 08:49:20 +02:00
jailhouse_debug_console.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
Kconfig drivers: console: ipm_console: Update driver to use DEVICE_DT_GET 2022-07-26 08:49:20 +02:00
Kconfig.gsm_mux
native_posix_console.c include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
ram_console.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
rtt_console.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
semihost_console.c
uart_console.c coding guidelines: comply with MISRA C:2012 Rule 8.2 2022-06-22 17:17:39 -04:00
uart_mcumgr.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
uart_mux_internal.h console: uart_mux: uart_mux_send to return number of bytes sent 2022-08-16 08:28:03 +00:00
uart_mux.c console: uart_mux: uart_mux_send to return number of bytes sent 2022-08-16 08:28:03 +00:00
xtensa_sim_console.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00