diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-25 15:46:08 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-25 15:46:08 +0100 |
commit | 52401b170d8f1c9deaa153acca76e7d6060a06df (patch) | |
tree | ffbe1722e5c88ab841fd8661ca085a1b1cdf7842 /demo/thirdparty/unlockoslo-alpha-3/.ee/config | |
parent | 50ee4b871bc9d0076cabaa5d2ea4ad1ba7b8e15a (diff) | |
download | ee-python-52401b170d8f1c9deaa153acca76e7d6060a06df.tar.gz ee-python-52401b170d8f1c9deaa153acca76e7d6060a06df.tar.bz2 ee-python-52401b170d8f1c9deaa153acca76e7d6060a06df.tar.xz ee-python-52401b170d8f1c9deaa153acca76e7d6060a06df.zip |
New command: init. Looks for kicad schematic and pcb files, creates
.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.
Diffstat (limited to 'demo/thirdparty/unlockoslo-alpha-3/.ee/config')
-rw-r--r-- | demo/thirdparty/unlockoslo-alpha-3/.ee/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demo/thirdparty/unlockoslo-alpha-3/.ee/config b/demo/thirdparty/unlockoslo-alpha-3/.ee/config new file mode 100644 index 0000000..c7e2990 --- /dev/null +++ b/demo/thirdparty/unlockoslo-alpha-3/.ee/config @@ -0,0 +1,4 @@ +[kicad-project] +sch = ../../../thirdparty/unlockoslo/hardware/alpha-3/alpha.sch +pcb = ../../../thirdparty/unlockoslo/hardware/alpha-3/alpha.kicad_pcb + |