Skip to content

Commit f5eb286

Browse files
committed
Resolved linter findings
1 parent 66dce5e commit f5eb286

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ supports the MI protocol.
3232
- [Memory Inspector](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.memory-inspector), an Eclipse
3333
CDT.cloud extension that provides a powerful and configurable memory viewer that works with debug adapters.
3434

35-
- [Peripheral Inspector](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.peripheral-inspector), an EclipseCDT.cloud extension that provides a CMSIS SVD viewer and works with debug adapters.
35+
- [Peripheral Inspector](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.peripheral-inspector), an
36+
EclipseCDT.cloud extension that provides a CMSIS SVD viewer and works with debug adapters.
3637

3738
## Recommended Extensions
3839

@@ -107,7 +108,7 @@ the following gaps during debug launch:
107108
- Extends the `target`>`serverParameters` list of `pyocd` command line arguments:
108109
- Prepends `gdbserver` if not present.
109110
- Appends `--port <gdbserver_port>` if the `target`>`port` setting is set, where `<gdbserver_port>` gets
110-
that port setting's value.
111+
that port setting's value.
111112
- Appends `--cbuild-run` and the corresponding `cbuildRunFile` path if `cmsis`>`cbuildRunFile` is set.
112113

113114
**Note**: The built-in version of pyOCD supports the command line option `--cbuild-run` which isn't available

0 commit comments

Comments
 (0)