aboutsummaryrefslogtreecommitdiff
path: root/src/ee/kicad/to_bom.py
Commit message (Collapse)AuthorAgeFilesLines
* Optimizing imports.Trygve Laugstøl2019-05-141-0/+1
|
* kicad-to-bom: Checking if the component has a reference before using it.Trygve Laugstøl2019-05-071-1/+1
|
* kicad: Better export:Trygve Laugstøl2019-05-071-2/+15
| | | | | * Allow unannotated parts in the export. * Export value and footprint too.
* to_bom: We allow both Schematic and Schematics.Trygve Laugstøl2019-03-281-2/+2
|
* o Reformat.Trygve Laugstøl2019-02-211-2/+2
| | | | | | | to_bom: export to_tom_xml too. model: o More type annotations. o Parse ref_type and ref_num when constructed.
* o Reformat all.Trygve Laugstøl2017-09-301-1/+2
|
* o Stripping field values, setting to None if emtpy.Trygve Laugstøl2017-09-261-1/+1
|
* o Let digikey-download-facts read .sch files directly.Trygve Laugstøl2017-09-241-2/+6
|
* o Ignoring FLG type components when making bom.Trygve Laugstøl2017-09-231-1/+1
|
* o Make ee.kicad.Component implement @total_ordering.Trygve Laugstøl2017-09-151-4/+4
| | | | | o Adding ref_type and ref_num that is a split of ref. o Ignore #PWR components when exporting BOM.
* to_bom: A utility to create a KiCAD-like xml Element of a KiCAD schematic.Trygve Laugstøl2017-09-091-0/+47