esp-hal/xtask
Scott Mabin ec8308058b
Riscv stable CI (#1491)
* Remove interrupt and thread executor embassy features

* Reserve sw interrupt 3 (4) instead of 0 for multicore systems with the embassy feature enabled

* Add thread mode context id and fix up examples

* Use stable rust for riscv CI

* Add binary-logs feature to 8021504 driver

* Add binary-logs feature to 8021504 driver
2024-05-22 16:36:39 +00:00
..
src Riscv stable CI (#1491) 2024-05-22 16:36:39 +00:00
Cargo.toml
README.md Add format subcommand to xtask (#1551) 2024-05-14 13:49:26 +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)
  fmt-packages           Format all packages in the workspace with rustfmt
  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