Skip to content

Commit

Permalink
Tweak wording and line wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Feb 12, 2025
1 parent 41413e0 commit cb4b6f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions template/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ options:
- !Option
name: unstable-hal
display_name: Enable unstable HAL features.
help: esp-hal contains many unstable features that are not yet ready for general use. This configuration enables using them.
help: "This configuration enables esp-hal features that are considered unfinished
and may not be ready for general use yet."

- !Option
name: alloc
Expand Down Expand Up @@ -45,7 +46,10 @@ options:
- !Option
name: probe-rs
display_name: Flashes using `probe-rs` instead of `espflash`.
help: espflash uses a serial connection (UART) for programming and logging. 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.
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."

- !Category
name: optional
Expand Down

0 comments on commit cb4b6f0

Please sign in to comment.