Skip to content

Commit

Permalink
docs: Update probe-rs command
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jan 9, 2024
1 parent daddbfb commit befb0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tooling/debugging/probe-rs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Espressif products containing the [`USB-JTAG-SERIAL` peripheral][usb-jtag-serial

## Flashing with `probe-rs`

`probe-rs` can be used to flash applications to your target since it supports the [ESP-IDF image format][idf-image] via the `--format idf` argument.
- Example command for flashing an ESP32-C3: `probe-rs run --chip esp32c3 --format idf`
`probe-rs` can be used to flash applications to your target since it supports the [ESP-IDF image format][idf-image].
- Example command for flashing an ESP32-C3: `probe-rs run --chip esp32c3`

The flashing command can be set as a custom Cargo runner by adding the following to your project's `.cargo/config.toml` file:

Expand Down

0 comments on commit befb0f8

Please sign in to comment.