File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3535EclipseCDT.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
3942We 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
4245extension 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
4548variant for Arm CPUs.
4649
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments