aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools/part_validate_parts.py
Commit message (Collapse)AuthorAgeFilesLines
* part-validate-parts report: Creating internal links.HEADmasterTrygve Laugstøl2019-11-271-7/+5
|
* bom.rst.j2: Show number of unresolved parts.Trygve Laugstøl2019-08-191-3/+3
| | | | part_validate_parts: Remove warning I didn't understand.
* part-validate-parts: Fixing typo.Trygve Laugstøl2019-08-121-4/+3
|
* part-validate-parts: Better messages, inform about selected part'sTrygve Laugstøl2019-05-281-12/+32
| | | | footprint even if the schematic part doesn't have one.
* part-validate-parts: Better output, yielding a message even ifTrygve Laugstøl2019-05-281-2/+4
| | | | | | everything is ok. ninja: Include the digikey.dl as a dependency even if custom is used. digikey.dl: More rules.
* create-bom: Don't skip unmatched parts from the BOM.Trygve Laugstøl2019-05-281-22/+77
| | | | | | part-validate-parts: Read parts from the schematic, BOM and supplier's parts for even better rules. Enhancing footprint rule to check that the BOM part has the same footprint.
* 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.
* part-validate-parts: Even better report.Trygve Laugstøl2019-05-211-10/+29
|
* common_fact_types: Adding key for footprint.Trygve Laugstøl2019-05-201-0/+104
functions: o Changing the structure of the functions, they're now factories that will be given kwargs and must return a function that processes the parts. o Adding new function to default set; 'map_footprint' that maps the KiCAD footprints to common footprints. part_validate_parts: Using only common keys.