Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f3ce97

Browse files
committed
should correct issue with submodules not being correct
1 parent0416ac9 commit3f3ce97

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
defget_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
defget_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)

[8]ページ先頭

©2009-2025 Movatter.jp