From befb0f8f6007182cb9b18252a437f13a971a3f49 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Tue, 9 Jan 2024 09:34:25 +0100 Subject: [PATCH] docs: Update probe-rs command --- src/tooling/debugging/probe-rs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tooling/debugging/probe-rs.md b/src/tooling/debugging/probe-rs.md index cc35b9e..aaf410b 100644 --- a/src/tooling/debugging/probe-rs.md +++ b/src/tooling/debugging/probe-rs.md @@ -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: