Skip to content

Commit

Permalink
Duplicate probe-rs to explain debug probes
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Feb 13, 2025
1 parent 09dcf96 commit 2142454
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions template/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,28 @@ options:
- !Option
name: probe-rs
display_name: Use probe-rs to flash and monitor instead of espflash.
help: "espflash uses a serial connection (UART) for programming and logging.\nprobe-rs is a
debugger that connects to the chips over JTAG. It can be used to flash and monitor, and
it can also be used to interactively debug an application, or run tests on the hardware.
Semihosting or RTT-based technologies like defmt-rtt require probe-rs."
help: probe-rs is a debugger that connects to the chips over JTAG. It can be used to flash and
monitor, and it can also be used to interactively debug an application, or run tests on the
hardware. Semihosting or RTT-based technologies like defmt-rtt require probe-rs.
chips:
- esp32c6
- esp32h2
- esp32s3

- !Option
name: probe-rs
display_name: Use probe-rs to flash and monitor instead of espflash.
help: probe-rs is a debugger that connects to the chips over JTAG. It can be used to flash and
monitor, and it can also be used to interactively debug an application, or run tests on the
hardware. Semihosting or RTT-based technologies like defmt-rtt require probe-rs.

probe-rs requires a debug probe like esp-prog, and will not work with USB-UART adapters that
often come on development boards.
chips:
- esp32
- esp32s2
- esp32c2
- esp32c3

- !Category
name: flashing-probe-rs
Expand Down

0 comments on commit 2142454

Please sign in to comment.