A cargo generate template focused on streamlining the creation of arm-firmware-crates.
Install cargo-generate by following the installation guide.
To generate a firmware crate from a locally cloned template, run:
cargo generate --name project-name --path path-to-template
Or use a git repository:
cargo generate --name project-name --git repo-url
After answering the prompts, the output will be generated in a directory with the same name as project-name, with an empty Git repository set up within it.
For more information about running cargo generate, refer to the documentation.
The project is MIT and Apache-2.0 dual licensed, see LICENSE-Apache-2.0 and LICENSE-MIT.
Arm is a registered trademark of Arm Limited (or its subsidiaries or affiliates).
This project uses some of the Arm product, service or technology trademarks, as listed in the Trademark List, in accordance with the Arm Trademark Use Guidelines.
Subsequent uses of these trademarks throughout this repository do not need to be prefixed with the Arm word trademark.
Copyright The crate-template Contributors.