Skip to content

Commit 792eca0

Browse files
committed
Merge branch 'main' of https://github.com/lvgl-micropython/lvgl_micropython into adding_spi_3wire
2 parents 30212a3 + 3f3ce97 commit 792eca0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

builder/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@ def generate_manifest(
319319

320320
def get_lvgl():
321321
cmd_ = [
322-
['git submodule update --init --depth=1 -- lib/lvgl'],
323-
['git -C lib/lvgl checkout -b release/v9.1']
322+
'git submodule update --init --depth=1 -- lib/lvgl'
324323
]
325324
print()
326325
print('collecting LVGL')
@@ -333,8 +332,7 @@ def get_lvgl():
333332
def get_micropython():
334333

335334
cmd_ = [
336-
['git submodule updatem --init --depth=1 -- lib/micropython'],
337-
['git -C lib/micropython checkout v1.23.0']
335+
'git submodule updatem --init --depth=1 -- lib/micropython',
338336
]
339337
print()
340338
print('collecting MicroPython 1.23.0')

0 commit comments

Comments
 (0)