Skip to content

Commit 556c40f

Browse files
authored
Add Microsoft Serial Monitor extension to extension pack (#299)
* add MSFT serial monitor * changelog and basic readme Signed-off-by: Jens Reinecke <jens.reinecke@arm.com> --------- Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 7c69515 commit 556c40f

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## Unreleased
4+
5+
- Included [Microsoft® Serial `Monitor`](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor)
6+
in extension pack.
7+
38
## 0.2.0
49

510
- **Important**: This release requires

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,16 @@ CDT.cloud extension that provides a powerful and configurable memory viewer that
3434
- [Peripheral Inspector](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.peripheral-inspector), an
3535
EclipseCDT.cloud extension that provides a CMSIS SVD viewer and works with debug adapters.
3636

37+
- [Microsoft® Serial Monitor](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor),
38+
an extension that provides a serial monitor to view output from as well as send messages to serial ports.
39+
3740
## Recommended Extensions
3841

3942
We recommend to install the following extensions to improve the user experience:
4043

4144
- [Arm Tools Environment Manager](https://marketplace.visualstudio.com/items?itemName=Arm.environment-manager), an
4245
extension that allows you to download, install, and manage software development tools using
43-
[Microsoft® Vcpkg](https://vcpkg.io/en/index.html) artifacts. For example, use this extension to install the
46+
[Microsoft Vcpkg](https://vcpkg.io/en/index.html) artifacts. For example, use this extension to install the
4447
[Arm GNU Toolchain](https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain) which comes with a GDB
4548
variant for Arm CPUs.
4649

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"extensionPack": [
3737
"eclipse-cdt.cdt-gdb-vscode",
3838
"eclipse-cdt.memory-inspector",
39-
"eclipse-cdt.peripheral-inspector"
39+
"eclipse-cdt.peripheral-inspector",
40+
"ms-vscode.vscode-serial-monitor"
4041
],
4142
"extensionKind": [
4243
"workspace"

0 commit comments

Comments
 (0)