mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 11:35:22 +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. Origin: Segger J-Link 6.10m URL: https://www.segger.com/downloads/jlink Maintained-by: External Change-Id: I47f5e2d5172797004a3f34ea2f002cd781a22cc8 Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
5 lines
145 B
Makefile
5 lines
145 B
Makefile
include $(srctree)/ext/lib/Makefile
|
|
include $(srctree)/ext/hal/Makefile
|
|
include $(srctree)/ext/fs/Makefile
|
|
include $(srctree)/ext/debug/Makefile
|