mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-19 20:18:11 +08:00
eaef5bd133
This reverts commit 1a17e17c462bdd4e1d26d8742f8b7087273e04c2. PUBLISHED_FROM=80028de308c9a021955d1425d2bfee8feb85f193
18 lines
1016 B
Plaintext
18 lines
1016 B
Plaintext
README.txt for the SEGGER RTT Implementation Pack.
|
|
Date: 17 Dec 2014
|
|
|
|
Included files:
|
|
===============
|
|
Root Directory
|
|
- Examples
|
|
- RTT_MenuApp.c - Sample application to demonstrate RTT bi-directional functionality. No OS.
|
|
- RTT_embOS_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. |