Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
retention-days: 1

- name: Commit changelog
if: github.event_name == 'release'
if: false && github.event_name == 'release'
run: |
sed -i '3i ## Unreleased\n' CHANGELOG.md
git checkout main
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Change Log

## Unreleased
- Initial release of extension pack on GitHub.
- Adds pseudo debugger types `cmsis-debug-pyocd` and `cmsis-debug-jlink`.
- Adds debug configuration providers for debugger type `gdbtarget` to resolve settings for pyOCD and Segger J-Link GDB server connections.
- Contributes setting `cmsis`.`cbuildRunFile` to all debugger types (`*` debugger type).
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ In addition this extension contributes a debug configuration resolver which auto
- Adds/extends the `target`.`serverParameters` list of `JLinkGDBServer`/`JLinkGDBServerCL` command line arguments:
- Appends `--port` and the corresponding `port` value if `target`.`port` is set.

## Known Limitations
- Requires ELF files built with GCC and DWARF5 debug information to operate seamlessly.
- The shipped pyOCD version accepts the new command line option `--cbuild-run`. But only extracts device and DFP names.

## Trademarks
Visual Studio is a trademark of the Microsoft group of companies.
TODO: Review other things to be mentioned here.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@
"yargs": "^17.7.2"
},
"cmsis": {
"pyocd": "MatthiasHertel80/[email protected]cbuild1"
"pyocd": "MatthiasHertel80/[email protected]cbuild2"
}
}