zephyr/drivers/console
Jordan Yates 0561d0dd59 console: uart_console: handle runtime PM
Allow the uart_console console_out implementation to integrate with
'Device Runtime Power Management'.

Without using runtime PM, it is impossible for the application to manage
the power state of a UART instance, given that any module in the
application could theoretically LOG_* or printk at any point in time.

This removes the need to manually call `pm_device_state_set` when the
lowest power states must be reached, while still allowing console and
printk messages to be output.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-03-03 09:17:49 +01:00
..
CMakeLists.txt console: move winstream console to drivers/ 2022-10-11 08:28:25 -04: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
gsm_mux.h all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
ipm_console_receiver.c
ipm_console_sender.c
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
Kconfig mgmt/mcumgr: Standardise MCUmgr Kconfig names 2022-12-22 12:36:34 +01:00
Kconfig.gsm_mux crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
native_posix_console.c
ram_console.c
rtt_console.c drivers: console: rtt_console: undefined reference 2022-09-12 15:08:47 +01:00
semihost_console.c
uart_console.c console: uart_console: handle runtime PM 2023-03-03 09:17:49 +01:00
uart_mcumgr.c mgmt/mcumgr: Standardise MCUmgr Kconfig names 2022-12-22 12:36:34 +01:00
uart_mux_internal.h drivers: uart_mux: Fix documentation of uart_mux_recv() 2023-01-19 08:44:34 -06:00
uart_mux.c console: uart_mux: uart_mux_send to return number of bytes sent 2022-08-16 08:28:03 +00:00
winstream_console.c sparse: fix sparse warnings found in sof compilation 2022-11-02 14:34:20 -04:00
xtensa_sim_console.c