diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-09-19 17:26:16 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-04 02:39:00 +0300 |
commit | 90a36942b474391d7011f69cadb039570c3668e1 (patch) | |
tree | c9e9adc68b117e79670ac3ae03a166ee09d01ad4 | |
parent | 1ea4b77a9aa6d54b2acc32e2739f9084f4775d5e (diff) | |
download | micropython-90a36942b474391d7011f69cadb039570c3668e1.tar.gz micropython-90a36942b474391d7011f69cadb039570c3668e1.zip |
lib/axtls: Add axtls git submodule, dependency of modussl.
From https://github.com/pfalcon/axtls , branch micropython.
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | lib/axtls | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..46644cc883 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "lib/axtls"] + path = lib/axtls + url = https://github.com/pfalcon/axtls + branch = micropython diff --git a/lib/axtls b/lib/axtls new file mode 160000 +Subproject a39ebe4d768ba79fac4f4e65fb74d13e7fb007c |