#definition #svd #mcu #register #generate #file #peripheral

app tailor

Generate MCU register definitions based on SVD file

1 unstable release

Uses old Rust 2015

0.1.0 Jul 16, 2018

#39 in #mcu

MIT/Apache

54KB
279 lines

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

Dependencies

~12–23MB
~355K SLoC