esp32_bluetooth_classic_sni.../host_stack/bluekitchen/3rd-party/segger-rtt
Matheus Eduardo Garbelini c1fc3f84e3 Step 1 Update
2021-09-06 09:45:23 +08:00
..
License.txt Step 1 Update 2021-09-06 09:45:23 +08:00
modifications.md Step 1 Update 2021-09-06 09:45:23 +08:00
README.txt Step 1 Update 2021-09-06 09:45:23 +08:00
SEGGER_RTT.c Step 1 Update 2021-09-06 09:45:23 +08:00
SEGGER_RTT.h Step 1 Update 2021-09-06 09:45:23 +08:00
SEGGER_RTT_ASM_ARMv7M.S Step 1 Update 2021-09-06 09:45:23 +08:00
SEGGER_RTT_Conf.h Step 1 Update 2021-09-06 09:45:23 +08:00
SEGGER_RTT_printf.c Step 1 Update 2021-09-06 09:45:23 +08:00
SEGGER_RTT_Syscalls_GCC.c Step 1 Update 2021-09-06 09:45:23 +08:00
SEGGER_RTT_Syscalls_IAR.c Step 1 Update 2021-09-06 09:45:23 +08:00
SEGGER_RTT_Syscalls_KEIL.c Step 1 Update 2021-09-06 09:45:23 +08:00
SEGGER_RTT_Syscalls_SES.c Step 1 Update 2021-09-06 09:45:23 +08:00

README.txt for the SEGGER RTT Implementation Pack.

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.