diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2016-08-10 02:16:02 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2016-08-10 02:16:02 +0200 |
commit | 1dadec53a7a61eae9d37ba2aabf96efea1ad0ac9 (patch) | |
tree | 0c09a731271c3a714534556ed36cf2843064d2ff /.gitmodules | |
parent | fd0e6e3aa0e7523a36011a2f0264737772aa5e24 (diff) | |
download | kicad-utils-1dadec53a7a61eae9d37ba2aabf96efea1ad0ac9.tar.gz kicad-utils-1dadec53a7a61eae9d37ba2aabf96efea1ad0ac9.tar.bz2 kicad-utils-1dadec53a7a61eae9d37ba2aabf96efea1ad0ac9.tar.xz kicad-utils-1dadec53a7a61eae9d37ba2aabf96efea1ad0ac9.zip |
templates: nodemcu-arduino: better symbol names.
o Adding some documentation to the readme. Adding a small flow chart illustrating how the tool work with a schematic, netlist and template to generate a header file.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 83b6a4d..50c8663 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "python/pybind11"] path = python/pybind11 url = https://github.com/pybind/pybind11 +[submodule "thirdparty/antlr4"] + path = thirdparty/antlr4 + url = https://github.com/trygvis/antlr4 |