diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-04-01 20:32:07 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-04-01 20:32:07 +0200 |
commit | c92d818f6986d5013b16a63c2c1aeaa511222479 (patch) | |
tree | 0e2e4664efc8bd703e0f638462d0332a04d019d2 /demo | |
parent | 73c63d8c307bdbeb534c24fb51d4093c2fcbb86d (diff) | |
download | ee-python-c92d818f6986d5013b16a63c2c1aeaa511222479.tar.gz ee-python-c92d818f6986d5013b16a63c2c1aeaa511222479.tar.bz2 ee-python-c92d818f6986d5013b16a63c2c1aeaa511222479.tar.xz ee-python-c92d818f6986d5013b16a63c2c1aeaa511222479.zip |
demo: Updating.
Diffstat (limited to 'demo')
-rw-r--r-- | demo/thirdparty/unlockoslo-alpha-3/build.ninja | 7 | ||||
-rw-r--r-- | demo/thirdparty/unlockoslo-alpha-3/eeconfig (renamed from demo/thirdparty/unlockoslo-alpha-3/.ee/config) | 0 |
2 files changed, 5 insertions, 2 deletions
diff --git a/demo/thirdparty/unlockoslo-alpha-3/build.ninja b/demo/thirdparty/unlockoslo-alpha-3/build.ninja index 3bf21f6..9ed567f 100644 --- a/demo/thirdparty/unlockoslo-alpha-3/build.ninja +++ b/demo/thirdparty/unlockoslo-alpha-3/build.ninja @@ -39,7 +39,7 @@ rule element14-normalize-facts rule create-order description = create-order - command = $ee create-order --schematic $schematic --part-db $part_dbs --out $out + command = $ee create-order --schematic $schematic --part-db $part_dbs --out $out $strategy rule import-parts-yaml description = import-parts-yaml $in @@ -51,7 +51,6 @@ build prod/gerber.zip: kicad-gerber $pcb gerber_dir = prod build ee/sch.xml: kicad-make-bom $sch - strategy = # Distributor digikey build ee/digikey/search-list.xml: part-create-distributor-search-list ee/sch.xml @@ -68,3 +67,7 @@ build ee/order.xml | $report_dir/order.rst: create-order ee/sch.xml ee/digikey/n part_dbs = ee/digikey/normalized.xml default ee/order.xml + +rule seeed-download-opl + description = seeed-download-opl $opl + command = $ee seeed-download-opl --out $out --opl $opl diff --git a/demo/thirdparty/unlockoslo-alpha-3/.ee/config b/demo/thirdparty/unlockoslo-alpha-3/eeconfig index c7e2990..c7e2990 100644 --- a/demo/thirdparty/unlockoslo-alpha-3/.ee/config +++ b/demo/thirdparty/unlockoslo-alpha-3/eeconfig |