Skip to content

Commit

Permalink
Support for MS cppdbg RTOS view
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Jul 26, 2022
1 parent 66576fb commit 1d61550
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 2,730 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ChangeLog
=========

# V1.5.3

## New features and fixes
* Serial port changes: We have no changed how serial ports are supported. We now rely on the Serial Monitor extension from Microsoft to provide a copy of the `serialport` NPM module or you can compile it for cortex-debug yourself. The latter is always preferred. We do this because `serialport` is a binary module and requires it to be compiled using the exact version of Electron and Node that VSCode is built upon. This has become very difficult to support for every OS/Processor combination and it was also increasing the size of the corte-debug package -- exceeding the limits set by Microsoft
* Cortex-Debug RTOS views will now work with MS `cppdbg` debugger and vice versa. You can use both or either or none. Until the next release, you will need pre-release versions of the Microsoft Embedded tools and this extension.
* Thanks to a PR by MS embedded folks, you can now have memory views for pointers from the Variable and Watch windows.

# V1.5.2

## New features
Expand Down
Loading

0 comments on commit 1d61550

Please sign in to comment.