tailor

Crates.iotailor
lib.rstailor
version0.1.0
sourcesrc
created_at2018-07-16 22:03:01.359122
updated_at2018-07-16 22:03:01.359122
descriptionGenerate MCU register definitions based on SVD file
homepagehttps://github.com/phodina/tailor
repositoryhttps://github.com/phodina/tailor
max_upload_size
id74574
size1,340,395
Petr Hodina (phodina)

documentation

README

tailor

A Rust tool to generate MCU register definitions based on SVD file.

Usage

Run this command:

tailor --output OUTPUT --svd SVD --templates TEMPLATES
  • OUTPUT - directory with the rendered files containing register definitions
  • SVD - file containing description of the MCU
  • TEMPLATES - template files for peripherals
Commit count: 11

cargo fmt