esp-hal/xtask
Sergio Gasquez Arcos edd03717d2
Enable C3, H2, S2 and S3 HIL (#1513)
* ci: Enable C3, H2, S2 and S3 HIL tests

* feat: Disable H2

* test: Disable S2

* ci: Update test folder

* docs: Update setup

* revert: Revert S2 changes

* ci: Update hil tests targets

* test: Adapt uart test for S2

* ci: Enable H2 HIL

* feat: Filter unsupported targets for the tests failing

* test: Filter failing targets

* ci: Remove the test folder

* test: Filter S2

* feat: Add supported targets

* feat: Remove TODOs and format code

* docs: Remove outdated comment

* feat: Add run-elfs xtask subcommand
2024-05-02 15:35:23 +00:00
..
src Enable C3, H2, S2 and S3 HIL (#1513) 2024-05-02 15:35:23 +00:00
Cargo.toml Simplify building documentation, automatically generate documentation index (#1279) 2024-03-13 17:02:13 +00:00
README.md HIL updates (#1412) 2024-04-11 14:04:32 +00:00

xtask

Automation using cargo-xtask.

Usage

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