aboutsummaryrefslogtreecommitdiff
path: root/src/ee/part/fact_keys.py
Commit message (Collapse)AuthorAgeFilesLines
* create-bom: Adding a way to ignore schematic entries from the bom withTrygve Laugstøl2019-06-121-0/+2
| | | | the new "include-in-bom" fact.
* kicad.dl: Classifying net-ties and test points as such.Trygve Laugstøl2019-05-291-1/+2
| | | | | pn-part-search-list: Better value-based searches. Better filtering of irrelevant parts.
* part-find-requirements: wipTrygve Laugstøl2019-05-261-0/+1
|
* common_fact_types: Adding key for footprint.Trygve Laugstøl2019-05-201-0/+1
| | | | | | | | | | 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.
* ee:Trygve Laugstøl2019-05-201-0/+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.
* create-distributor-search-list: Ignore mechanical parts.Trygve Laugstøl2019-03-281-0/+2
| | | | | | create-order: Adding an option for a strategy to ignore/modify parts. ninja/init: Moving strategy from ninja to init so they're more persistent.
* ninja tool: changing to generate the files in the current directory.Trygve Laugstøl2019-03-251-0/+13
build.ninja.j2: nits. olinuxino: Improving parsing of part values.