lib/micropython-lib: Add micropython-lib as a submodule.
Several boards now depend on libraries from micropython-lib. Rather than expecting micropython-lib to be available as a sibling of the micropython repo, instead make it a submodule. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
963e599ec0
commit
9a1b7d8448
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -53,3 +53,6 @@
|
|||||||
[submodule "lib/cyw43-driver"]
|
[submodule "lib/cyw43-driver"]
|
||||||
path = lib/cyw43-driver
|
path = lib/cyw43-driver
|
||||||
url = https://github.com/georgerobotics/cyw43-driver.git
|
url = https://github.com/georgerobotics/cyw43-driver.git
|
||||||
|
[submodule "lib/micropython-lib"]
|
||||||
|
path = lib/micropython-lib
|
||||||
|
url = https://github.com/micropython/micropython-lib.git
|
||||||
|
|||||||
1
lib/micropython-lib
Submodule
1
lib/micropython-lib
Submodule
Submodule lib/micropython-lib added at 70e422dc2e
Reference in New Issue
Block a user