Skip to content

Commit 45caf8b

Browse files
TeoMahnicRobertRostohar
authored andcommitted
Examples: Update documentation
1 parent 490a2c3 commit 45caf8b

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

examples/README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@
33
A collection of applications that demonstrate the usage of SDS components.
44

55
## SDS Buffer
6-
Example | Description
7-
----------------------------------------------------------|-------------------------------
8-
[SDS_Buffer](./sds_buffer/README.md) | Shows usage of SDS Buffer (Non-Blocking Read/Write to circular buffer)
6+
Example | Description
7+
------------------------------------------------------------------------------------|-------------------------------
8+
[SDS Buffer](./sds_buffer/README.md) | Shows usage of SDS Buffer (Non-Blocking Read/Write to circular buffer)
9+
10+
## SDS Player
11+
Example | Description
12+
------------------------------------------------------------------------------------|-------------------------------
13+
[SDS Player (FileSystem - Semihosting)](./sds_player/README.md) | Shows usage of SDS Player via File System (Semihosting)
914

1015
## SDS Recorder
11-
Example | Description
12-
----------------------------------------------------------|-------------------------------
13-
[SDS Recorder (FileSystem - FS_MDK)](./sds_recorder/fs/mdk/README.md/) | Shows usage of SDS Recorder via File System (Keil::File System)
16+
Example | Description
17+
------------------------------------------------------------------------------------|-------------------------------
18+
[SDS Recorder (FileSystem - FS_MDK)](./sds_recorder/fs/mdk/README.md/) | Shows usage of SDS Recorder via File System (Keil::File System)
1419
[SDS Recorder (FileSystem - Semihosting)](./sds_recorder/fs/semihosting/README.md/) | Shows usage of SDS Recorder via File System (Semihosting)
15-
[SDS Recorder (Serial)](./sds_recorder/serial/usart/README.md/) | Shows usage of SDS Recorder via Serial Port (CMSIS Driver:USART)
16-
[SDS Recorder (Socket)](./sds_recorder/socket/README.md/) | Shows usage of SDS Recorder via via Socket (IoT Utility:Socket)
17-
[SDS Recorder (VCOM) ](./sds_recorder/vcom/mdk/README.md/) | Shows usage of SDS Recorder via USB Virtual COM Port (Keil::USB:Device:CDC)
20+
[SDS Recorder (Serial)](./sds_recorder/serial/usart/README.md/) | Shows usage of SDS Recorder via Serial Port (CMSIS Driver:USART)
21+
[SDS Recorder (Socket)](./sds_recorder/socket/README.md/) | Shows usage of SDS Recorder via via Socket (IoT Utility:Socket)
22+
[SDS Recorder (VCOM) ](./sds_recorder/vcom/mdk/README.md/) | Shows usage of SDS Recorder via USB Virtual COM Port (Keil::USB:Device:CDC)

0 commit comments

Comments
 (0)