Skip to content

Commit

Permalink
Add some help text
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Feb 11, 2025
1 parent e9cff9a commit a788161
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ 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.

- !Option
name: unstable-dependencies
display_name: Enable unstable dependencies.
help: Many dependencies are currently unstable (their latest releases are 0.x verisons). This configuration enables configurations related to these dependencies.

- !Option
name: alloc
Expand Down Expand Up @@ -54,6 +56,7 @@ 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.

- !Category
name: optional
Expand Down

0 comments on commit a788161

Please sign in to comment.