From 1dadec53a7a61eae9d37ba2aabf96efea1ad0ac9 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 10 Aug 2016 02:16:02 +0200 Subject: templates: nodemcu-arduino: better symbol names. o Adding some documentation to the readme. Adding a small flow chart illustrating how the tool work with a schematic, netlist and template to generate a header file. --- README.md | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..af174b6 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +Kicad utils contains utilities for automating your Kicad workflow. + +# generate-header + +Generate header is a tool to generate header files from your schematics to ensure that your schematic and +pin mapping always is correct. + +![flow] + +[flow]: doc/flow.svg "Flow with generate-header" + +## Command line usage + +You can use the generate-header tool as a standalone command line tool like this: + + generate-header -n schematic/foo.net -r U1 -t intel-quark-d2000 -o firmware/schematic.h + +The usage is summarized like this: + + usage: generate-header -n -r -t