Skip to content

Commit 9a1b7d8

Browse files
jimmodpgeorge
authored andcommitted
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>
1 parent 963e599 commit 9a1b7d8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@
5353
[submodule "lib/cyw43-driver"]
5454
path = lib/cyw43-driver
5555
url = https://github.com/georgerobotics/cyw43-driver.git
56+
[submodule "lib/micropython-lib"]
57+
path = lib/micropython-lib
58+
url = https://github.com/micropython/micropython-lib.git

lib/micropython-lib

Submodule micropython-lib added at 70e422d

0 commit comments

Comments
 (0)