aboutsummaryrefslogtreecommitdiff
path: root/demo
Commit message (Collapse)AuthorAgeFilesLines
* Updating all demos.Trygve Laugstøl2019-08-0133-4455/+53903
|
* o Renaming create-order to create-bom.Trygve Laugstøl2019-04-0212-3021/+4254
|
* o Removing all doit code. It was a failed experiment.Trygve Laugstøl2019-04-0145-1085/+0
|
* demo: Updating.Trygve Laugstøl2019-04-012-2/+5
|
* ee.xsd:Trygve Laugstøl2019-03-289-18/+7420
| | | | | | | | | | | | | 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-252-0/+74
| | | | | | | | .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-259-47/+9814
| | | | | build.ninja.j2: nits. olinuxino: Improving parsing of part values.
* o Merging XSD files into one.Trygve Laugstøl2019-03-151-6/+6
|
* o PartDB: don't die if the directory exist *and* is empty. Ninja createsTrygve Laugstøl2019-03-043-0/+115
| | | | | | empty parent directories. o PartDB: escape some path names. o new comamnd: "ninja". Generates a build.ninja from a sch. Not done!
* o More docs for the ee project.Trygve Laugstøl2018-08-053-5/+3
|
* o Starting on some code for building reports from the project.Trygve Laugstøl2018-08-058-1/+257
|
* o No need to lower case the keys in the ini file.Trygve Laugstøl2018-08-023-44/+44
|
* o Fixing a bad bug and learning some Python: list.insert(index, value)Trygve Laugstøl2018-08-023-22/+22
| | | | | | | | will only insert at index if the list is index long. If not it will just append them. Yay. Much better digikey part data now. Creating a ValueList that automatically expands the list. o Stopping with silly key and value replacements. o Updating tests.
* o Updating demo project, reorganizing the demo a bit.Trygve Laugstøl2018-08-019-9/+18
| | | | o DataSetManager: renaming `add_ds` to `register_ds`.
* o Updating demo project, reorganizing the demo a bit.Trygve Laugstøl2018-08-011-26/+35
| | | | o DataSetManager: renaming `add_ds` to `register_ds`.
* o Moving all doit modules to use DoitConfig().Trygve Laugstøl2018-08-011-2/+3
|
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-3013-25/+116
| | | | | | 'component-to-part-mapping' objects with seller=digikey o Implementing 'task_digikey_fetch_full_part_facts' that downloads info about each mapped parts with seller=digikey.
* o Support for resolving 'mpn' fields from digikey. CreatesTrygve Laugstøl2018-07-295-0/+34
| | | | 'digikey-part-stub', can be used to download the entire part later on.
* o Starting on a digikey-specific order csv.Trygve Laugstøl2018-07-294-7/+17
| | | | | o Better demo, one generic order csv and two for digikey with different batch sizes.
* o Dumping MpnBomComponent, wtf.Trygve Laugstøl2018-07-2821-76/+253
| | | | o Renaming bom.csv to order.csv.
* o Starting on some BOM code.Trygve Laugstøl2018-07-241-1/+8
|
* wip.Trygve Laugstøl2018-07-241-1/+1
| | | | o Renaming "fact" to "ds".
* wip.Trygve Laugstøl2018-07-232-4/+12
| | | | o Support for loading CSV files.
* wip.Trygve Laugstøl2018-07-221-10/+9
| | | | o Moving to more standard doit task_xxx methods.
* wip.Trygve Laugstøl2018-07-193-20/+306
|
* wip. pcb.Trygve Laugstøl2018-07-171-33/+0
|
* wipTrygve Laugstøl2018-07-147-0/+233
|
* misc wip.Trygve Laugstøl2017-09-096-1400/+613
|
* o Going more jupyter.Trygve Laugstøl2017-08-132-2/+1609
|
* o KiCAD BOM parser.Trygve Laugstøl2017-08-082-0/+12343
|
* o Start on some electronics engineering code.Trygve Laugstøl2017-07-084-0/+143