Skip to content

Commit

Permalink
Merge pull request #42 from eclipse-cdt-cloud/vscode-extensions
Browse files Browse the repository at this point in the history
Add VS Code extensions
  • Loading branch information
thegecko authored Apr 22, 2024
2 parents 526f30e + db80623 commit b6c7b59
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/_index/overview/memoryinspector.md
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
10 changes: 10 additions & 0 deletions content/_index/overview/peripheralinspector.md
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
10 changes: 10 additions & 0 deletions content/_index/overview/serialmonitor.md
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)
10 changes: 10 additions & 0 deletions content/_index/overview/websocketadapter.md
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.

0 comments on commit b6c7b59

Please sign in to comment.