zephyr/drivers/console
Andy Ross 3620e6b969 drivers/console: xtensa_sim_console: implement arch_printk_char_out()
This is an older driver and didn't support the weak
arch_printk_char_out() hook, which is a link-time symbol that allows
logging to work from the first instruction.  Some drivers can't do
that because they need an initialization step, but this one works
great.

Signed-off-by: Andy Ross <andyross@google.com>
2023-11-21 15:49:48 +01:00
..
CMakeLists.txt
efi_console.c
gsm_mux.c
gsm_mux.h
ipm_console_receiver.c
ipm_console_sender.c
ipm_console.c
jailhouse_debug_console.c
Kconfig drivers: console: deprecate uart_mux and gsm_mux 2023-09-19 15:25:47 +01:00
Kconfig.gsm_mux drivers: console: deprecate uart_mux and gsm_mux 2023-09-19 15:25:47 +01:00
posix_arch_console.c
ram_console.c
rtt_console.c
semihost_console.c
uart_console.c drivers: console: fix dropped characters when using debug hooks 2023-11-09 15:32:10 +01:00
uart_mcumgr.c
uart_mux_internal.h
uart_mux.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
winstream_console.c intel_adsp: move memory window setup to PRE_KERNEL_1 2023-09-20 15:17:14 +02:00
xtensa_sim_console.c drivers/console: xtensa_sim_console: implement arch_printk_char_out() 2023-11-21 15:49:48 +01:00