aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools/ninja.py
Commit message (Collapse)AuthorAgeFilesLines
* New command: init. Looks for kicad schematic and pcb files, createsTrygve Laugstøl2019-03-251-19/+22
| | | | | | | | .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-251-3/+4
| | | | | build.ninja.j2: nits. olinuxino: Improving parsing of part values.
* order.rst.j2: Prettier internal links.Trygve Laugstøl2019-03-231-3/+7
| | | | ninja: Name the generated .rst file for orders too.
* o Adding module for searching on element14.Trygve Laugstøl2019-03-151-13/+37
| | | | | | | o Starting on functionality create orders. Very WIP. o Adding a concept of an "ee project". Can load a gitconfig-like config file. o Adding a tool to import a yaml file into a part xml file.
* o PartDB: don't die if the directory exist *and* is empty. Ninja createsTrygve Laugstøl2019-03-041-0/+80
empty parent directories. o PartDB: escape some path names. o new comamnd: "ninja". Generates a build.ninja from a sch. Not done!