zephyr/drivers/console
Carles Cufi 5f1c6ee2c8 console: Add a Segger RTT console driver
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>
2016-12-03 15:24:39 +00:00
..
shells
console_handler_shell.c console: Fix warnings related to the use of deprecated APIs 2016-11-11 14:50:58 +02:00
ipm_console_receiver.c drivers: update ipm driver to use unified kernel 2016-11-13 13:53:53 +00:00
ipm_console_sender.c drivers: update ipm driver to use unified kernel 2016-11-13 13:53:53 +00:00
Kconfig console: Add a Segger RTT console driver 2016-12-03 15:24:39 +00:00
Makefile console: Add a Segger RTT console driver 2016-12-03 15:24:39 +00:00
ram_console.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
rtt_console.c console: Add a Segger RTT console driver 2016-12-03 15:24:39 +00:00
uart_console.c drivers: console: use unified kernel API 2016-11-30 23:49:04 +00:00
uart_pipe.c