Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
License.txt | H A D | 25-Apr-2025 | 1.7 KiB | 45 | 34 | |
README.txt | H A D | 25-Apr-2025 | 1.3 KiB | 21 | 19 | |
SEGGER_RTT.c | H A D | 25-Apr-2025 | 74.6 KiB | 2,100 | 1,004 | |
SEGGER_RTT.h | H A D | 25-Apr-2025 | 23.1 KiB | 489 | 286 | |
SEGGER_RTT_ASM_ARMv7M.S | H A D | 25-Apr-2025 | 10.8 KiB | 243 | 126 | |
SEGGER_RTT_Conf.h | H A D | 25-Apr-2025 | 24.9 KiB | 425 | 242 | |
SEGGER_RTT_Syscalls_GCC.c | H A D | 25-Apr-2025 | 5.5 KiB | 125 | 21 | |
SEGGER_RTT_Syscalls_IAR.c | H A D | 25-Apr-2025 | 5.4 KiB | 116 | 20 | |
SEGGER_RTT_Syscalls_KEIL.c | H A D | 25-Apr-2025 | 11.3 KiB | 390 | 93 | |
SEGGER_RTT_Syscalls_SES.c | H A D | 25-Apr-2025 | 8.7 KiB | 248 | 71 | |
SEGGER_RTT_printf.c | H A D | 25-Apr-2025 | 15.7 KiB | 501 | 281 | |
modifications.md | H A D | 25-Apr-2025 | 198 | 7 | 6 |
README.txt
1README.txt for the SEGGER RTT Implementation Pack. 2 3Included files: 4=============== 5Root Directory 6 - Examples 7 - Main_RTT_InputEchoApp.c - Sample application which echoes input on Channel 0. 8 - Main_RTT_MenuApp.c - Sample application to demonstrate RTT bi-directional functionality. 9 - Main_RTT_PrintfTest.c - Sample application to test RTT small printf implementation. 10 - Main_RTT_SpeedTestApp.c - Sample application for measuring RTT performance. embOS needed. 11 - RTT 12 - SEGGER_RTT.c - The RTT implementation. 13 - SEGGER_RTT.h - Header for RTT implementation. 14 - SEGGER_RTT_Conf.h - Pre-processor configuration for the RTT implementation. 15 - SEGGER_RTT_Printf.c - Simple implementation of printf to write formatted strings via RTT. 16 - Syscalls 17 - RTT_Syscalls_GCC.c - Low-level syscalls to retarget printf() to RTT with GCC / Newlib. 18 - RTT_Syscalls_IAR.c - Low-level syscalls to retarget printf() to RTT with IAR compiler. 19 - RTT_Syscalls_KEIL.c - Low-level syscalls to retarget printf() to RTT with KEIL/uVision compiler. 20 - RTT_Syscalls_SES.c - Low-level syscalls to retarget printf() to RTT with SEGGER Embedded Studio. 21