* docs: Document new xtask features * style: format deps * feat: enable all the aliases * feat: Update embedded-tests executors * feat: Enable running only one test * feat: Exit if a test fails * docs: Fix typo in command * build: Enable xtensa-semihosting in xtensa targets * feat: Handle probe-rs esp32 chip name * style: Clippy lints * revert: Exit if a test fails * chore: Remove aliases * feat: Remove unnecesary toogle * feat: Error if a test fails and print failed tests
23 lines
774 B
Markdown
23 lines
774 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
|
|
run-tests Run all applicable tests or the specified test for a specified chip
|
|
help Print this message or the help of the given subcommand(s)
|
|
|
|
Options:
|
|
-h, --help Print help
|
|
```
|