From 5c55ffd790c6db2413802d72a8f6fa8e0e5a2705 Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Mon, 3 Sep 2018 15:34:53 -0700 Subject: [PATCH] Add micropython vendor --- .gitmodules | 3 +++ vendor/micropython | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/micropython diff --git a/.gitmodules b/.gitmodules index 2f10435..b259e13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ path = vendor/upy-lib url = https://github.com/micropython/micropython-lib.git branch = "f20d89c6aad9443a696561ca2a01f7ef0c8fb302" +[submodule "micropython"] + path = vendor/micropython + url = https://github.com/micropython/micropython.git diff --git a/vendor/micropython b/vendor/micropython new file mode 160000 index 0000000..3cd2c28 --- /dev/null +++ b/vendor/micropython @@ -0,0 +1 @@ +Subproject commit 3cd2c281d7cf990b3afb78287a58cf4ee3f23ca5