zephyr/drivers/console
Gerard Marull-Paretas b548a73e79 drivers: console: uart_mux: fix incorrect usage of configuration API
First, the API ops are available only if
CONFIG_UART_USE_RUNTIME_CONFIGURE=y, but the driver was not guarding the
code. Also, according to the API specs, these functions are optional,
and the interface already returns -ENOSYS if they are not implemented.
To solve both problems, just drop the dummy implementation.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-02-06 19:33:42 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.gsm_mux
efi_console.c
gsm_mux.c
gsm_mux.h
ipm_console.c
ipm_console_receiver.c
ipm_console_sender.c
jailhouse_debug_console.c
posix_arch_console.c
ram_console.c
rtt_console.c
semihost_console.c
uart_console.c
uart_mcumgr.c
uart_mux.c drivers: console: uart_mux: fix incorrect usage of configuration API 2024-02-06 19:33:42 +01:00
uart_mux_internal.h
winstream_console.c xtensa: move to use system cache API support for coherency 2024-02-03 13:42:33 -05:00
xtensa_sim_console.c