From 927589ddcbc95a9d2141edf9d43c9933a59e4f65 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 29 Mar 2016 14:10:43 +0200 Subject: [PATCH] add micropython as a submodule --- .gitmodules | 3 +++ vendor/micropython | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/micropython diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..a7443a2a3b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/micropython"] + path = vendor/micropython + url = git@github.com:satoshilabs/micropython.git diff --git a/vendor/micropython b/vendor/micropython new file mode 160000 index 0000000000..9854beef6b --- /dev/null +++ b/vendor/micropython @@ -0,0 +1 @@ +Subproject commit 9854beef6bb9cecc92927cb2c419998e8502bda4