Jesse Braham ace679f13b
Make examples less dependent on embedded-hal where able (#1342)
* Add support for building a package without its default features to `xtask`

* Do not require `embedded_hal_02` traits in examples where they are not required

* Do not require `embedded_hal_02` traits for filling a buffer with random bytes
2024-03-25 13:14:22 +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
  help                   Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help