Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 9 | -44/+241 |
| | | | | | | | | | | 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 |
| | |||||
* | o Updating requirements. Fixing broken test. | Trygve Laugstøl | 2019-05-14 | 3 | -19/+18 |
| | |||||
* | ee.xsd: | Trygve Laugstøl | 2019-05-14 | 8 | -168/+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 | 3 | -7/+29 |
| | | | | 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 | 10 | -77/+695 |
| | | | | | | 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 | 4 | -0/+96 |
| | | | | o Experimental importer from Excel-like files. | ||||
* | digikey: | Trygve Laugstøl | 2019-04-14 | 10 | -31/+184 |
| | | | | | | 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 | 19 | -3075/+4307 |
| | |||||
* | o Removing all doit code. It was a failed experiment. | Trygve Laugstøl | 2019-04-01 | 65 | -2920/+0 |
| | |||||
* | o Updating editorconfig. | Trygve Laugstøl | 2019-04-01 | 1 | -1/+3 |
| | |||||
* | demo: Updating. | Trygve Laugstøl | 2019-04-01 | 3 | -5/+8 |
| | |||||
* | Project: | Trygve Laugstøl | 2019-03-29 | 5 | -11/+17 |
| | | | | | | o adding cache_dir field, useful for controlling where cached data is placed from a central place. o Updating tools to use this new variable. | ||||
* | DigikeyParser: Picked last and thus wrong description. Be more specific | Trygve Laugstøl | 2019-03-29 | 1 | -2/+1 |
| | | | | when selecting description element. | ||||
* | create-distributor-search-list: Ignore mechanical parts. | Trygve Laugstøl | 2019-03-28 | 8 | -24/+69 |
| | | | | | | 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. | ||||
* | digikey-normalize-facts: Don't drop parts without any facts, they're | Trygve Laugstøl | 2019-03-28 | 1 | -3/+0 |
| | | | | still useful. | ||||
* | to_bom: We allow both Schematic and Schematics. | Trygve Laugstøl | 2019-03-28 | 1 | -2/+2 |
| | |||||
* | create-order: | Trygve Laugstøl | 2019-03-28 | 3 | -27/+49 |
| | | | | | o Showing all unresolved parts first in the report. o Showing all MPNs and SPNs for unresolved parts. | ||||
* | seeed-download-opl | Trygve Laugstøl | 2019-03-28 | 5 | -90/+118 |
| | | | | | | | o Change to download one OPL at the time. Enables Ninja to run the downloads concurrently. init/ninja: o Learning about seeed-download-opl. | ||||
* | ee.xsd: | Trygve Laugstøl | 2019-03-28 | 23 | -319/+7996 |
| | | | | | | | | | | | | | o Renaming <part-uri> to <part-reference>. o Adding <supplier> on <part>, removing from <supplier-part-number>. A part can have exactly one part. create-order: o Creating anonymous part objects, with two references, one schematic reference and one part-uri reference to the selected part. o Redoing how the order is calculated with the new ObjDb structure. ee.part.Part: o Absorbing bom_file_utils into Part. Much better wrapper object around the xml goop. | ||||
* | New command: init. Looks for kicad schematic and pcb files, creates | Trygve Laugstøl | 2019-03-25 | 8 | -21/+163 |
| | | | | | | | | .ee/config. ninja tool: o Use project's config to check for sch and pcb files. o Use some more conditionals in build.ninja.j2. unlockoslo: Adding demo project. | ||||
* | ninja tool: changing to generate the files in the current directory. | Trygve Laugstøl | 2019-03-25 | 14 | -55/+9843 |
| | | | | | build.ninja.j2: nits. olinuxino: Improving parsing of part values. | ||||
* | order.rst.j2: Prettier internal links. | Trygve Laugstøl | 2019-03-23 | 5 | -7/+13 |
| | | | | ninja: Name the generated .rst file for orders too. | ||||
* | order.rst.j2: Fixing typos. | Trygve Laugstøl | 2019-03-23 | 1 | -4/+4 |
| | |||||
* | xsd: | Trygve Laugstøl | 2019-03-23 | 9 | -68/+573 |
| | | | | | | | | | | | o Adding <link> list on <part>. For media, datasheets etc. digikey: o Parsing out media. PartDb: o starting on a more generic object db with indexes. order: o Using the new object db for building data while resolving parts. o Creating a report from the order. |