aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* EeVal: Supporting omega symbol in addition to ohm symbol (which areTrygve Laugstøl2019-05-272-2/+4
| | | | usually graphically equal).
* Adding Soufflé based reasoning on parts. Replacing default configurationTrygve Laugstøl2019-05-278-2/+260
| | | | with applying python function with this new reasoner.
* kicad-make-bom: Adding missing import.Trygve Laugstøl2019-05-271-1/+1
|
* part-find-requirements: wipTrygve Laugstøl2019-05-267-33/+87
|
* ee.project: Making sure all projects have an UUID.Trygve Laugstøl2019-05-246-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øl2019-05-241-65/+113
|
* ninja/init: Let init specify defaults, ninja just drops arguments if notTrygve Laugstøl2019-05-213-14/+12
| | | | specified.
* part-validate-parts: Even better report.Trygve Laugstøl2019-05-211-10/+29
|
* ninja: Making a phony goal 'ee-reports' that depends on all reports.Trygve Laugstøl2019-05-212-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øl2019-05-211-5/+14
|
* o Creating a map_footprints function for digikey's footprints similar toTrygve Laugstøl2019-05-213-33/+50
| | | | kicad's function.
* o Replacing digikey-normalize-facts with part-apply-function. MovingTrygve Laugstøl2019-05-206-66/+62
| | | | code from tool to ee.digikey.functions.
* common_fact_types: Adding key for footprint.Trygve Laugstøl2019-05-208-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øl2019-05-201-1/+2
|
* ee:Trygve Laugstøl2019-05-2014-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 byTrygve Laugstøl2019-05-141-24/+45
| | | | property.
* digikey-search-parts: Logging output to file.Trygve Laugstøl2019-05-143-12/+23
|
* Optimizing imports.Trygve Laugstøl2019-05-1417-26/+32
|
* ee.logging: New module to handle logging. Need something better forTrygve Laugstøl2019-05-144-37/+89
| | | | | messages too. create-bom: Resolving parts from their value fact too.
* ee: Moving old ltspice code to its own file.Trygve Laugstøl2019-05-143-143/+143
|
* make-bom: removing debugging.Trygve Laugstøl2019-05-141-1/+0
|
* ee.xsd:Trygve Laugstøl2019-05-147-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øl2019-05-132-7/+25
| | | | value. v4 and v5 compatible.
* build.ninja: Renaming search-list.xml to pn-part-search-list.xml.Trygve Laugstøl2019-05-111-2/+2
|
* drawio: removing debugging output.Trygve Laugstøl2019-05-111-13/+0
|
* drawio-to-parts: new tool.Trygve Laugstøl2019-05-119-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øl2019-05-071-1/+1
|
* report: checking for None strings.Trygve Laugstøl2019-05-071-4/+4
|
* kicad: Better export:Trygve Laugstøl2019-05-073-4/+48
| | | | | * Allow unannotated parts in the export. * Export value and footprint too.
* ninja: Generate everything to 'ee.ninja', generate 'build.ninja' only ifTrygve Laugstøl2019-04-301-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øl2019-04-302-6/+0
| | | | o Removing debugging info.
* part:Trygve Laugstøl2019-04-302-0/+88
| | | | o Experimental importer from Excel-like files.
* digikey:Trygve Laugstøl2019-04-149-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øl2019-04-131-1/+1
|
* drawio: A little drawio experiment.Trygve Laugstøl2019-04-133-0/+236
|
* o Renaming part-create-distributor-search-list to pn-part-search-list.Trygve Laugstøl2019-04-135-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øl2019-04-113-4/+4
|
* o Renaming create-order to create-bom.Trygve Laugstøl2019-04-026-53/+53
|
* o Removing all doit code. It was a failed experiment.Trygve Laugstøl2019-04-0110-1226/+0
|
* demo: Updating.Trygve Laugstøl2019-04-011-3/+3
|
* Project:Trygve Laugstøl2019-03-295-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 specificTrygve Laugstøl2019-03-291-2/+1
| | | | when selecting description element.
* create-distributor-search-list: Ignore mechanical parts.Trygve Laugstøl2019-03-288-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'reTrygve Laugstøl2019-03-281-3/+0
| | | | still useful.
* to_bom: We allow both Schematic and Schematics.Trygve Laugstøl2019-03-281-2/+2
|
* create-order:Trygve Laugstøl2019-03-283-27/+49
| | | | | o Showing all unresolved parts first in the report. o Showing all MPNs and SPNs for unresolved parts.
* seeed-download-oplTrygve Laugstøl2019-03-285-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øl2019-03-2812-297/+490
| | | | | | | | | | | | | 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, createsTrygve Laugstøl2019-03-254-21/+86
| | | | | | | | .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øl2019-03-255-8/+29
| | | | | build.ninja.j2: nits. olinuxino: Improving parsing of part values.