mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-23 10:17:33 +00:00
The Real Time Terminal functionality of the Segger J-Link debug probe and software suite allows applications to write to a certain RAM area that is read in real-time by the debugger. This is specially useful when a UART is not available to provide a console. This commit adds a console driver that outputs over an RTT "connection". Change-Id: Ifce8020060e9f519a61f3f1fbe9f56f98da2ef7f Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> |
||
---|---|---|
.. | ||
shells | ||
console_handler_shell.c | ||
ipm_console_receiver.c | ||
ipm_console_sender.c | ||
Kconfig | ||
Makefile | ||
ram_console.c | ||
rtt_console.c | ||
uart_console.c | ||
uart_pipe.c |