console: ipm_console: Add console over IPM
Add console over Inter Processor Mailboxes (IPM). This is useful for AMP processors like ADSP found on up_squared board. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
77e75eab72
commit
8d69832bfd
3 changed files with 122 additions and 0 deletions
|
@ -5,6 +5,7 @@ zephyr_sources_ifdef(CONFIG_RAM_CONSOLE ram_console.c)
|
|||
zephyr_sources_ifdef(CONFIG_RTT_CONSOLE rtt_console.c)
|
||||
zephyr_sources_ifdef(CONFIG_IPM_CONSOLE_RECEIVER ipm_console_receiver.c)
|
||||
zephyr_sources_ifdef(CONFIG_IPM_CONSOLE_SENDER ipm_console_sender.c)
|
||||
zephyr_sources_ifdef(CONFIG_IPM_CONSOLE ipm_console.c)
|
||||
zephyr_sources_ifdef(CONFIG_UART_MCUMGR uart_mcumgr.c)
|
||||
zephyr_sources_ifdef(CONFIG_UART_PIPE uart_pipe.c)
|
||||
zephyr_sources_ifdef(CONFIG_XTENSA_SIM_CONSOLE xtensa_sim_console.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue