Clone this repo:

Branches

  1. 39b30c1 feat: implementation and examples by Tamas Szilagyi · 5 weeks ago main
  2. 7d59af4 Initial empty commit by Balint Dobszay · 5 weeks ago

arm-firmware-crate-template

A cargo generate template focused on streamlining the creation of arm-firmware-crates.

Requirements

Install cargo-generate by following the installation guide.

Usage

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.

License

The project is MIT and Apache-2.0 dual licensed, see LICENSE-Apache-2.0 and LICENSE-MIT.

Arm trademark notice

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.