1*7dc86dfdSMatthias RingwaldREADME.txt for the SEGGER RTT Implementation Pack. 2*7dc86dfdSMatthias Ringwald 3*7dc86dfdSMatthias RingwaldIncluded files: 4*7dc86dfdSMatthias Ringwald=============== 5*7dc86dfdSMatthias RingwaldRoot Directory 6*7dc86dfdSMatthias Ringwald - Examples 7*7dc86dfdSMatthias Ringwald - Main_RTT_InputEchoApp.c - Sample application which echoes input on Channel 0. 8*7dc86dfdSMatthias Ringwald - Main_RTT_MenuApp.c - Sample application to demonstrate RTT bi-directional functionality. 9*7dc86dfdSMatthias Ringwald - Main_RTT_PrintfTest.c - Sample application to test RTT small printf implementation. 10*7dc86dfdSMatthias Ringwald - Main_RTT_SpeedTestApp.c - Sample application for measuring RTT performance. embOS needed. 11*7dc86dfdSMatthias Ringwald - RTT 12*7dc86dfdSMatthias Ringwald - SEGGER_RTT.c - The RTT implementation. 13*7dc86dfdSMatthias Ringwald - SEGGER_RTT.h - Header for RTT implementation. 14*7dc86dfdSMatthias Ringwald - SEGGER_RTT_Conf.h - Pre-processor configuration for the RTT implementation. 15*7dc86dfdSMatthias Ringwald - SEGGER_RTT_Printf.c - Simple implementation of printf to write formatted strings via RTT. 16*7dc86dfdSMatthias Ringwald - Syscalls 17*7dc86dfdSMatthias Ringwald - RTT_Syscalls_GCC.c - Low-level syscalls to retarget printf() to RTT with GCC / Newlib. 18*7dc86dfdSMatthias Ringwald - RTT_Syscalls_IAR.c - Low-level syscalls to retarget printf() to RTT with IAR compiler. 19*7dc86dfdSMatthias Ringwald - RTT_Syscalls_KEIL.c - Low-level syscalls to retarget printf() to RTT with KEIL/uVision compiler. 20*7dc86dfdSMatthias Ringwald - RTT_Syscalls_SES.c - Low-level syscalls to retarget printf() to RTT with SEGGER Embedded Studio. 21