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