* 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
22 lines
681 B
Markdown
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
|
|
```
|