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:
parent
963e599ec0
commit
9a1b7d8448
|
@ -53,3 +53,6 @@
|
|||
[submodule "lib/cyw43-driver"]
|
||||
path = lib/cyw43-driver
|
||||
url = https://github.com/georgerobotics/cyw43-driver.git
|
||||
[submodule "lib/micropython-lib"]
|
||||
path = lib/micropython-lib
|
||||
url = https://github.com/micropython/micropython-lib.git
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 70e422dc2e885bbaafe6eb7e3d81118e17d4b555
|
Loading…
Reference in New Issue