Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kicad.dl: Classifying net-ties and test points as such. | Trygve Laugstøl | 2019-05-29 | 6 | -18/+51 |
| | | | | | pn-part-search-list: Better value-based searches. Better filtering of irrelevant parts. | ||||
* | part-validate-parts: Better messages, inform about selected part's | Trygve Laugstøl | 2019-05-28 | 1 | -12/+32 |
| | | | | footprint even if the schematic part doesn't have one. | ||||
* | digikey.dl: More rules. | Trygve Laugstøl | 2019-05-28 | 1 | -0/+2 |
| | |||||
* | part-validate-parts: Better output, yielding a message even if | Trygve Laugstøl | 2019-05-28 | 3 | -5/+32 |
| | | | | | | 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øl | 2019-05-28 | 4 | -28/+99 |
| | | | | | | 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. | ||||
* | kicad-make-bom: Only write fields that actually are custom as custom | Trygve Laugstøl | 2019-05-28 | 1 | -1/+1 |
| | | | | field facts. | ||||
* | adding missing method. | Trygve Laugstøl | 2019-05-28 | 1 | -0/+7 |
| | |||||
* | part-apply-souffle-port: Sorting the incoming CSV files before | Trygve Laugstøl | 2019-05-28 | 1 | -2/+18 |
| | | | | processing them. Keeps the diffs between runs to a minimum. | ||||
* | digikey: Better search when getting multiple results back. Instead of | Trygve Laugstøl | 2019-05-28 | 4 | -25/+68 |
| | | | | | | doing a new search with the selected digikey part number, do a direct lookup with the product's URL instead. This ensures that we always get a match and don't get confused when multiple part numbers are returned. | ||||
* | o Setting tool output to warn by default when running through ninja. | Trygve Laugstøl | 2019-05-27 | 1 | -24/+19 |
| | |||||
* | all tools: Creating a shared group of argument options. Processing this | Trygve Laugstøl | 2019-05-27 | 21 | -6/+124 |
| | | | | | shared group too, changing the log level when logging options are specified. | ||||
* | souffle: | Trygve Laugstøl | 2019-05-27 | 8 | -6/+40 |
| | | | | | | | | o Allowing to set MPNs when importing facts. o ninja: Allowing the user to have its own datalog files under ee/custom/kicad-souffle.dl and ee/custom/$supplier-souffle.dl. make_bom: Generate per-field URIs for custom URIs. Better than making values that contain custom field name + value. | ||||
* | EeVal: Supporting omega symbol in addition to ohm symbol (which are | Trygve Laugstøl | 2019-05-27 | 2 | -2/+4 |
| | | | | usually graphically equal). | ||||
* | Adding Soufflé based reasoning on parts. Replacing default configuration | Trygve Laugstøl | 2019-05-27 | 8 | -2/+260 |
| | | | | with applying python function with this new reasoner. | ||||
* | kicad-make-bom: Adding missing import. | Trygve Laugstøl | 2019-05-27 | 1 | -1/+1 |
| | |||||
* | part-find-requirements: wip | Trygve Laugstøl | 2019-05-26 | 7 | -33/+87 |
| | |||||
* | ee.project: Making sure all projects have an UUID. | Trygve Laugstøl | 2019-05-24 | 6 | -7/+44 |
| | | | | | kicad-make-bom: Using the project's UUID to generate an URL for all parts. | ||||
* | digikey-search-parts: even better structure. | Trygve Laugstøl | 2019-05-24 | 1 | -65/+113 |
| | |||||
* | ninja/init: Let init specify defaults, ninja just drops arguments if not | Trygve Laugstøl | 2019-05-21 | 3 | -14/+12 |
| | | | | specified. | ||||
* | part-validate-parts: Even better report. | Trygve Laugstøl | 2019-05-21 | 1 | -10/+29 |
| | |||||
* | ninja: Making a phony goal 'ee-reports' that depends on all reports. | Trygve Laugstøl | 2019-05-21 | 2 | -4/+6 |
| | | | | Making the generated build.ninja mark 'ee-reports' as a default goal. | ||||
* | o Marking all reports as a part of the default build. | Trygve Laugstøl | 2019-05-21 | 1 | -5/+14 |
| | |||||
* | o Creating a map_footprints function for digikey's footprints similar to | Trygve Laugstøl | 2019-05-21 | 3 | -33/+50 |
| | | | | kicad's function. | ||||
* | o Replacing digikey-normalize-facts with part-apply-function. Moving | Trygve Laugstøl | 2019-05-20 | 6 | -66/+62 |
| | | | | code from tool to ee.digikey.functions. | ||||
* | common_fact_types: Adding key for footprint. | Trygve Laugstøl | 2019-05-20 | 8 | -44/+240 |
| | | | | | | | | | | 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. | ||||
* | make_bom: Skipping fields without values. | Trygve Laugstøl | 2019-05-20 | 1 | -1/+2 |
| | |||||
* | ee: | Trygve Laugstøl | 2019-05-20 | 14 | -173/+407 |
| | | | | | | | | | 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. | ||||
* | digikey-search-parts: better structure, making room for searching by | Trygve Laugstøl | 2019-05-14 | 1 | -24/+45 |
| | | | | property. | ||||
* | digikey-search-parts: Logging output to file. | Trygve Laugstøl | 2019-05-14 | 3 | -12/+23 |
| | |||||
* | Optimizing imports. | Trygve Laugstøl | 2019-05-14 | 17 | -26/+32 |
| | |||||
* | ee.logging: New module to handle logging. Need something better for | Trygve Laugstøl | 2019-05-14 | 4 | -37/+89 |
| | | | | | messages too. create-bom: Resolving parts from their value fact too. | ||||
* | ee: Moving old ltspice code to its own file. | Trygve Laugstøl | 2019-05-14 | 3 | -143/+143 |
| | |||||
* | make-bom: removing debugging. | Trygve Laugstøl | 2019-05-14 | 1 | -1/+0 |
| | |||||
* | ee.xsd: | Trygve Laugstøl | 2019-05-14 | 7 | -159/+134 |
| | | | | | | | | | o Removing distributor info, wasn't useful. o Removing part type, using a fact instead. part-search-list: o Putting in some smart rules about values for parts. Might be too smart for its own good. o Removing duplication checking, that is up to the searcher to decide. | ||||
* | ee.kicad.model: Adding Symbol, exposing in addition existing parsing of ↵ | Trygve Laugstøl | 2019-05-13 | 2 | -7/+25 |
| | | | | value. v4 and v5 compatible. | ||||
* | build.ninja: Renaming search-list.xml to pn-part-search-list.xml. | Trygve Laugstøl | 2019-05-11 | 1 | -2/+2 |
| | |||||
* | drawio: removing debugging output. | Trygve Laugstøl | 2019-05-11 | 1 | -13/+0 |
| | |||||
* | drawio-to-parts: new tool. | Trygve Laugstøl | 2019-05-11 | 9 | -75/+670 |
| | | | | | | ee.xsd: new type: Assembly and AssemblyPart. Should probably be its own file type. ee.part: Better DSL instead of using the raw xml types. | ||||
* | kicad-to-bom: Checking if the component has a reference before using it. | Trygve Laugstøl | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | report: checking for None strings. | Trygve Laugstøl | 2019-05-07 | 1 | -4/+4 |
| | |||||
* | kicad: Better export: | Trygve Laugstøl | 2019-05-07 | 3 | -4/+48 |
| | | | | | * Allow unannotated parts in the export. * Export value and footprint too. | ||||
* | ninja: Generate everything to 'ee.ninja', generate 'build.ninja' only if | Trygve Laugstøl | 2019-04-30 | 1 | -1/+10 |
| | | | | | | it is missing. A stub build.ninja which includes ee.ninja will be generated once. This makes it easier for the user to do custom stuff in the standard Ninja file. | ||||
* | part: | Trygve Laugstøl | 2019-04-30 | 2 | -6/+0 |
| | | | | o Removing debugging info. | ||||
* | part: | Trygve Laugstøl | 2019-04-30 | 2 | -0/+88 |
| | | | | o Experimental importer from Excel-like files. | ||||
* | digikey: | Trygve Laugstøl | 2019-04-14 | 9 | -30/+159 |
| | | | | | | o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier. | ||||
* | drawio: A little drawio experiment. | Trygve Laugstøl | 2019-04-13 | 1 | -1/+1 |
| | |||||
* | drawio: A little drawio experiment. | Trygve Laugstøl | 2019-04-13 | 3 | -0/+236 |
| | |||||
* | o Renaming part-create-distributor-search-list to pn-part-search-list. | Trygve Laugstøl | 2019-04-13 | 5 | -19/+43 |
| | | | | | Making the search more narrow, it is only responsible to find parts based on MPN or SPN. | ||||
* | ee.bom: Moving it a single file, no need for more. | Trygve Laugstøl | 2019-04-11 | 3 | -4/+4 |
| | |||||
* | o Renaming create-order to create-bom. | Trygve Laugstøl | 2019-04-02 | 6 | -53/+53 |
| |