aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools/kicad_make_bom.py
Commit message (Collapse)AuthorAgeFilesLines
* all tools: Creating a shared group of argument options. Processing thisTrygve Laugstøl2019-05-271-0/+3
| | | | | shared group too, changing the log level when logging options are specified.
* ee.project: Making sure all projects have an UUID.Trygve Laugstøl2019-05-241-1/+7
| | | | | kicad-make-bom: Using the project's UUID to generate an URL for all parts.
* ee:Trygve Laugstøl2019-05-201-3/+1
| | | | | | | | | o Adding FactType as a smaller wrapper around the fact uri. o Adding ee.part.Facts, used as Part.facts o Renaming 'type' uri to 'ee-component-type'. kicad-make-bom: Removing strategy functionality, replaced with part-apply-function. Moving default strategy contents into ee.kicad.functions.
* o Switching PartDb to serialize into many xml files into a singleTrygve Laugstøl2019-03-151-2/+1
| | | | <part-db> document.
* o Creating a PartDb that manages a file system directory with one xmlTrygve Laugstøl2019-02-261-1/+2
| | | | | file per part. o Switching xml-based code to use PartDb.
* Trying a new way to generate way to generate files.Trygve Laugstøl2019-02-211-16/+8
|
* o kicad-mkdeps: new tool, new -M option for kicad-gerber. Both output aTrygve Laugstøl2019-02-091-5/+3
| | | | Makefile-compatible dependencies file.
* o Making digikey_download_facts and kicad_make_bom tools use read_schematics ↵Trygve Laugstøl2017-10-221-1/+1
| | | | instead of read_schematic.
* o Let digikey-download-facts read .sch files directly.Trygve Laugstøl2017-09-241-1/+1
|
* o Implementing kicad-make-bom as a tool.Trygve Laugstøl2017-09-121-0/+37