README.txt 1.2 KB

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