Skip to content

Commit

Permalink
fix: Grammarly corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 6, 2023
1 parent 6669604 commit b6fdead
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/tooling/debugging/openocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Once installed, it's as simple as running `openocd` with the correct arguments.
openocd -f board/esp32c3-builtin.cfg
```

For other configurations it may require specifying the chip and the interface, for example, ESP32 with a J-Link:
For other configurations, it may require specifying the chip and the interface, for example, ESP32 with a J-Link:

```shell
openocd -f interface/jlink.cfg -f target/esp32.cfg
Expand Down
8 changes: 4 additions & 4 deletions src/tooling/debugging/probe-rs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ The [`probe-rs`][probe-rs] project is a set of tools to interact with embedded M
- CLI for interactive debugging.
- VS Code extension.
- [Real Time Transfer (RTT)][rtt]
- Similar to [app_trace component of IDF][app-trace-idf].
- Similar to [`app_trace` component of IDF][app-trace-idf].
- Flashing algorithms

Follow the [installation][prober-rs-installation] and [setup][prober-rs-setup] instructions at the [probe-rs] website.
Follow the [installation][prober-rs-installation] and [setup][prober-rs-setup] instructions at the [`probe-rs`][probe-rs] website.

Espressif products containing the [`USB-JTAG-SERIAL` peripheral][usb-jtag-serial] can use `probe-rs` without any external hardware.

Expand Down Expand Up @@ -118,9 +118,9 @@ There is a `probe-rs` extension in VS Code, see `probe-rs` [VS Code documentatio

## `cargo-flash` and `cargo-embed`

`probe-rs` comes with along with this two tools:
`probe-rs` comes along with these two tools:
- [`cargo-flash`][cargo-flash]: A flash tool that downloads your binary to the target and runs it.
- [`cargo-embed`][cargo-embed]: Superset of `cargo-flash` that also allows opening a RTT terminal or a GDB server. A [configuration file][cargo-embed-config] can used to define the behavior.
- [`cargo-embed`][cargo-embed]: Superset of `cargo-flash` that also allows opening an RTT terminal or a GDB server. A [configuration file][cargo-embed-config] can used to define the behavior.
-
[cargo-flash]: https://probe.rs/docs/tools/cargo-flash/
[cargo-embed]: https://probe.rs/docs/tools/cargo-embed/
Expand Down

0 comments on commit b6fdead

Please sign in to comment.