-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from eclipse-cdt-cloud/vscode-extensions
Add VS Code extensions
- Loading branch information
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = "Memory Inspector" | ||
weight = 20 | ||
|
||
[asset] | ||
icon = "fas fa-search" | ||
url = "https://github.com/eclipse-cdt-cloud/vscode-memory-inspector" | ||
+++ | ||
|
||
VS Code extension containing a full featured memory inspector which uses the Debug Adapter Protocol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = "Peripheral Inspector" | ||
weight = 20 | ||
|
||
[asset] | ||
icon = "fas fa-microchip" | ||
url = "https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector" | ||
+++ | ||
|
||
VS Code extension offering a peripheral view for exploring target registers described by SVD files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = "Serial Monitor" | ||
weight = 20 | ||
|
||
[asset] | ||
icon = "fas fa-terminal" | ||
url = "https://github.com/eclipse-cdt-cloud/vscode-serial-monitor" | ||
+++ | ||
|
||
Simple VS Code extension for displaying serial output using a serial port (desktop) or WebSerial (browser) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = "Web Socket Adapter" | ||
weight = 50 | ||
|
||
[asset] | ||
icon = "fas fa-bug" | ||
url = "https://github.com/eclipse-cdt-cloud/vscode-websocket-adapter" | ||
+++ | ||
|
||
Debug adapter for proxying the Debug Adapter Protoocl over websockets. |