MCUXpresso_LPC55S69/components/rtt
Yilin Sun 6e8d03ec0a Updated to SDK v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-04-12 21:21:49 +08:00
..
RTT Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
Syscalls Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
template Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
License.txt Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
README.txt Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
driver_rtt.LPC55S69.cmake Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
driver_rtt_template.LPC55S69.cmake Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00

README.txt

README.txt for the SEGGER RTT Implementation Pack.

MDK-ARM specifics:
https://wiki.segger.com/Keil_MDK-ARM#RTT_in_uVision

Included files:
===============
Root Directory
  - Examples
    - Main_RTT_InputEchoApp.c    - Sample application which echoes input on Channel 0.
    - Main_RTT_MenuApp.c         - Sample application to demonstrate RTT bi-directional functionality.
    - Main_RTT_PrintfTest.c      - Sample application to test RTT small printf implementation.
    - Main_RTT_SpeedTestApp.c    - Sample application for measuring RTT performance. embOS needed.
  - RTT
    - SEGGER_RTT.c                - The RTT implementation.
    - SEGGER_RTT.h                - Header for RTT implementation.
    - SEGGER_RTT_Conf.h           - Pre-processor configuration for the RTT implementation.
    - SEGGER_RTT_Printf.c         - Simple implementation of printf to write formatted strings via RTT.
  - Syscalls
    - RTT_Syscalls_GCC.c          - Low-level syscalls to retarget printf() to RTT with GCC / Newlib.
    - RTT_Syscalls_IAR.c          - Low-level syscalls to retarget printf() to RTT with IAR compiler.
    - RTT_Syscalls_KEIL.c         - Low-level syscalls to retarget printf() to RTT with KEIL/uVision compiler.
    - RTT_Syscalls_SES.c          - Low-level syscalls to retarget printf() to RTT with SEGGER Embedded Studio.