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

Fixed macOS casing because make.py expects macOS instead of macos#7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ThomasFarstrike merged 1 commit intoMicroPythonOS:mainfromQuasiKili:patch-1
Oct 20, 2025
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionsscripts/build_lvgl_micropython.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@ subtarget="$3"

if [ -z "$target" -o -z "$buildtype" ]; then
echo "Usage: $0 target buildtype [optional subtarget]"
echo "Usage: $0 <esp32 or unix ormacos> <dev or prod> [<waveshare-esp32-s3-touch-lcd-2 or fri3d-2024>]"
echo "Usage: $0 <esp32 or unix ormacOS> <dev or prod> [<waveshare-esp32-s3-touch-lcd-2 or fri3d-2024>]"
echo "Example: $0 unix dev"
echo "Example: $0 esp32 dev fri3d-2024"
echo "Example: $0 esp32 prod fri3d-2024"
Expand DownExpand Up@@ -58,7 +58,7 @@ if [ "$target" == "esp32" ]; then
pushd "$twoup"/lvgl_micropython
python3 make.py --ota --partition-size=4194304 --flash-size=16 esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=st7789 INDEV=cst816s USER_C_MODULE="$twoup"/micropython-camera-API/src/micropython.cmake USER_C_MODULE="$twoup"/secp256k1-embedded-ecdh/micropython.cmake USER_C_MODULE="$oneup"/c_mpos/micropython.cmake CONFIG_FREERTOS_USE_TRACE_FACILITY=y CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y "$frozenmanifest"
popd
elif [ "$target" == "unix" -o "$target" == "macos" ]; then
elif [ "$target" == "unix" -o "$target" == "macOS" ]; then
if [ "$buildtype" == "prod" ]; then
manifest="manifest_unix.py"
fi
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp