summaryrefslogtreecommitdiffstats
path: root/tinyusb/lib/SEGGER_RTT/README.txt
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-08-28 12:50:18 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-08-28 12:50:18 -0400
commit39a5c822a2a2e798e2e39ff8a98b7af84253026c (patch)
treefa157c98d3aea0d4f996e4415aa2a7ad1093ac05 /tinyusb/lib/SEGGER_RTT/README.txt
parentc9e00b83bbdcb05058806d915ec4fff3cf4e596f (diff)
downloadSensor-Watch-39a5c822a2a2e798e2e39ff8a98b7af84253026c.tar.gz
Sensor-Watch-39a5c822a2a2e798e2e39ff8a98b7af84253026c.tar.bz2
Sensor-Watch-39a5c822a2a2e798e2e39ff8a98b7af84253026c.zip
add tinyusb
Diffstat (limited to 'tinyusb/lib/SEGGER_RTT/README.txt')
-rwxr-xr-xtinyusb/lib/SEGGER_RTT/README.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tinyusb/lib/SEGGER_RTT/README.txt b/tinyusb/lib/SEGGER_RTT/README.txt
new file mode 100755
index 00000000..49ec655c
--- /dev/null
+++ b/tinyusb/lib/SEGGER_RTT/README.txt
@@ -0,0 +1,20 @@
+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.