| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
the new "include-in-bom" fact.
|
|
|
|
|
| |
pn-part-search-list: Better value-based searches. Better filtering of
irrelevant parts.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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-order: Adding an option for a strategy to ignore/modify parts.
ninja/init: Moving strategy from ninja to init so they're more
persistent.
|
|
build.ninja.j2: nits.
olinuxino: Improving parsing of part values.
|