Skip to content

Commit fbc0b53

Browse files
committed
UART/RTT added to Overview.md
1 parent d558454 commit fbc0b53

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

45.6 KB
Binary file not shown.

overview/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,19 @@ serial interface, i.e. terminal. Multithreading support is available for applica
1515

1616
CMSIS-Compiler enables platform specific retargeting by providing software components that break down into the following interfaces:
1717

18-
- **File interface** that enables reading and writing files
19-
- **STDIN interface** that enables standard input stream redirection
20-
- **STDOUT interface** that enables standard output stream redirection
21-
- **STDERR interface** that enables standard error stream redirection
22-
- **OS interface** that enables multithread safety using an arbitrary RTOS
18+
- **File interface** that enables reading and writing files, for example to the [File System of MDK-Middleware](https://www.keil.arm.com/packs/mdk-middleware-keil).
19+
- **STDIN interface** that enables standard input stream redirection.
20+
- **STDOUT interface** that enables standard output stream redirection.
21+
- **STDERR interface** that enables standard error stream redirection.
22+
- **OS interface** that enables multithread safety using an arbitrary RTOS.
2323

2424
Using CMSIS-Compiler developers can retarget standard I/O streams and file operations to specific platform and enable
2525
thread safe operations using RTOS interface.
2626

27+
The **STDxx** interfaces redirect I/O. During software development typically UART or [RTT](https://www.keil.arm.com/packs/rtt-segger) is used.
28+
29+
![I/O retargeting during software development](stdio-retargeting.png)
30+
2731
## Links
2832

2933
- [Documentation](https://arm-software.github.io/CMSIS-Compiler/latest/index.html)

overview/stdio-retargeting.png

51.9 KB
Loading

0 commit comments

Comments
 (0)