zephyr/drivers/console
Jukka Rissanen 546b79e6bb drivers: uart_mux: Fix compilation after logging changes
The logging macros use _Generic() atm and it started to complain
when we are trying to print pointer value of gsm_dlci and gsm_mux
structs. Cast the pointer value to (void *) to overcome this.

Fixes #35329

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2021-05-17 10:57:53 -04:00
..
CMakeLists.txt
gsm_mux.c drivers: console: mux: Conversion of k_work API 2021-04-14 07:07:40 -04:00
gsm_mux.h
ipm_console_receiver.c kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
ipm_console_sender.c
ipm_console.c
Kconfig console: introduce UART console input expired mechanism options. 2021-04-09 14:50:24 -04:00
Kconfig.gsm_mux
native_posix_console.c
ram_console.c
rtt_console.c
semihost_console.c
uart_console.c
uart_mcumgr.c
uart_mux_internal.h
uart_mux.c drivers: uart_mux: Fix compilation after logging changes 2021-05-17 10:57:53 -04:00
uart_pipe.c
xtensa_sim_console.c