From fecf820aef9b352f797f3305acd8cc10d3fe584f Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Mon, 17 Sep 2018 12:59:54 -0700 Subject: [PATCH] Move to the in-org forks of Micro/Circuit Python --- .gitmodules | 5 +++-- vendor/circuitpython | 2 +- vendor/micropython | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 69b5a05..89141d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,12 @@ [submodule "circuitpython"] path = vendor/circuitpython - url = https://github.com/adafruit/circuitpython.git + url = https://github.com/kmkfw/circuitpython.git ignore = dirty [submodule "upy-lib"] path = vendor/upy-lib url = https://github.com/micropython/micropython-lib.git + ignore = dirty [submodule "micropython"] path = vendor/micropython - url = https://github.com/micropython/micropython.git + url = https://github.com/kmkfw/micropython.git ignore = dirty diff --git a/vendor/circuitpython b/vendor/circuitpython index 9b98ad7..d751740 160000 --- a/vendor/circuitpython +++ b/vendor/circuitpython @@ -1 +1 @@ -Subproject commit 9b98ad779468676c3d5f1efdc06b454aaed7c407 +Subproject commit d7517409e93be2b098b463cf5430c8dbc76cef07 diff --git a/vendor/micropython b/vendor/micropython index 3cd2c28..4609547 160000 --- a/vendor/micropython +++ b/vendor/micropython @@ -1 +1 @@ -Subproject commit 3cd2c281d7cf990b3afb78287a58cf4ee3f23ca5 +Subproject commit 460954734e12074d29056b446d1406a27e2aed9f