esp-hal/xtask/README.md
Jesse Braham 513a063547
Create an xtask subcommand to generate eFuse fields (#1258)
* Use the `xtask` to generate eFuse fields from CSV, instead of at build time

* Rewrite the CSV parser so that it can handle the newer eFuse definitions

* Regenerate eFuse field definitions from latest ESP-IDF commit

* Include generation date and ESP-IDF commit hash in file headers
2024-03-11 14:22:31 +00:00

22 lines
681 B
Markdown

# xtask
Automation using [cargo-xtask](https://github.com/matklad/cargo-xtask).
## Usage
```text
Usage: xtask <COMMAND>
Commands:
build-documentation Build documentation for the specified chip
build-examples Build all examples for the specified chip
build-package Build the specified package with the given options
bump-version Bump the version of the specified package(s)
generate-efuse-fields Generate the eFuse fields source file from a CSV
run-example Run the given example for the specified chip
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
```