aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools/templates
Commit message (Collapse)AuthorAgeFilesLines
* drawio-to-parts: new tool.Trygve Laugstøl2019-05-111-0/+9
| | | | | | 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.
* digikey:Trygve Laugstøl2019-04-141-4/+4
| | | | | | o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier.
* o Renaming part-create-distributor-search-list to pn-part-search-list.Trygve Laugstøl2019-04-131-11/+20
| | | | | Making the search more narrow, it is only responsible to find parts based on MPN or SPN.
* o Renaming create-order to create-bom.Trygve Laugstøl2019-04-021-10/+10
|
* demo: Updating.Trygve Laugstøl2019-04-011-3/+3
|
* create-distributor-search-list: Ignore mechanical parts.Trygve Laugstøl2019-03-281-3/+8
| | | | | | 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.
* seeed-download-oplTrygve Laugstøl2019-03-281-0/+15
| | | | | | | o Change to download one OPL at the time. Enables Ninja to run the downloads concurrently. init/ninja: o Learning about seeed-download-opl.
* New command: init. Looks for kicad schematic and pcb files, createsTrygve Laugstøl2019-03-251-0/+6
| | | | | | | | .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/+2
| | | | | build.ninja.j2: nits. olinuxino: Improving parsing of part values.
* order.rst.j2: Prettier internal links.Trygve Laugstøl2019-03-231-1/+2
| | | | ninja: Name the generated .rst file for orders too.
* o Switching PartDb to serialize into many xml files into a singleTrygve Laugstøl2019-03-151-29/+21
| | | | <part-db> document.
* o Adding module for searching on element14.Trygve Laugstøl2019-03-151-9/+42
| | | | | | | 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/+53
empty parent directories. o PartDB: escape some path names. o new comamnd: "ninja". Generates a build.ninja from a sch. Not done!