drivers: console: add jailhouse debug console
Support jailhouse hypervisor debug console Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
fd517ff6dc
commit
d1b8743b37
4 changed files with 69 additions and 0 deletions
|
@ -5,6 +5,7 @@ zephyr_library_sources_ifdef(CONFIG_GSM_MUX gsm_mux.c)
|
|||
zephyr_library_sources_ifdef(CONFIG_IPM_CONSOLE_RECEIVER ipm_console_receiver.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_IPM_CONSOLE_SENDER ipm_console_sender.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_IPM_CONSOLE ipm_console.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_JAILHOUSE_DEBUG_CONSOLE jailhouse_debug_console.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_NATIVE_POSIX_CONSOLE native_posix_console.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_RAM_CONSOLE ram_console.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_RTT_CONSOLE rtt_console.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue