Skip to content

Commit 476457b

Browse files
prefer tabbed view vs table
1 parent 5cc7fca commit 476457b

File tree

3 files changed

+27
-12
lines changed

3 files changed

+27
-12
lines changed

docs/embedded/peripheral-view.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ ms.author: gcampbell
1111

1212
The Peripheral View allows embedded developers to view and manipulate registers and peripherals defined SVD (System View Description) files.
1313

14-
|VS|VSCode|
15-
|:-:|:-:|
16-
|![Peripheral View in VS](media/peripheral-viewer.png)|![Peripheral View in VSCode](media/peripheral-viewer-vscode.png)|
14+
# [Visual Studio](#tab/visual-studio)
15+
16+
![Peripheral View in VS](media/peripheral-viewer.png)
17+
18+
# [Visual Studio Code](#tab/visual-studio-code)
19+
20+
![Peripheral View in VSCode](media/peripheral-viewer-vscode.png)
21+
22+
---
1723

1824
## Capabilities
1925

docs/embedded/rtos-view.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ ms.author: gcampbell
1111

1212
The RTOS Object Views allow for users to view various components of an RTOS while debugging their application.
1313

14-
||RTOS View|
15-
|:-:|:-:|
16-
|VS|![RTOS View in VS](media/rtos-threads.png)|
17-
|VSCode|![RTOS View in VSCode](media/rtos-threads-vscode.png)|
14+
# [Visual Studio](#tab/visual-studio)
15+
16+
![RTOS View in VS](media/rtos-threads.png)
17+
18+
# [Visual Studio Code](#tab/visual-studio-code)
19+
20+
![RTOS View in VSCode](media/rtos-threads-vscode.png)
21+
22+
---
1823

1924
## Supported RTOSes and their supported object types
2025

docs/embedded/serial-monitor.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ ms.author: gcampbell
1111

1212
The Serial Monitor allows users to configure, monitor, and communicate with serial ports.
1313

14-
||Serial Monitor|
15-
|:-:|:-:|
16-
|VS|![Serial Monitor in VS](media/serial-monitor.png)|
17-
|VSCode|![Serial Monitor in VSCode](media/serial-monitor-vscode.png)|
18-
|||
14+
# [Visual Studio](#tab/visual-studio)
15+
16+
![Serial Monitor in VS](media/serial-monitor.png)
17+
18+
# [Visual Studio Code](#tab/visual-studio-code)
19+
20+
![Serial Monitor in VSCode](media/serial-monitor-vscode.png)
21+
22+
---
1923

2024
## Capabilities
2125

0 commit comments

Comments
 (0)