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

Commitcc5c039

Browse files
build_lvgl_micropython.sh: fix builds
1 parent8626f7c commitcc5c039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/build_lvgl_micropython.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
mydir=$(readlink -f"$0")
44
mydir=$(dirname"$mydir")
5+
twoup=$(readlink -f"$mydir"/../..)# build process needs absolute paths
6+
oneup=$(readlink -f"$mydir"/..)# build process needs absolute paths
57

68
target="$1"
79
buildtype="$2"
@@ -53,8 +55,6 @@ if [ "$target" == "esp32" ]; then
5355
# CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y
5456
# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y
5557
[!-z"$manifest" ]&& frozenmanifest="FROZEN_MANIFEST="$(readlink -f"$manifest")
56-
twoup=$(readlink -f"$mydir"/../..)# build process needs absolute paths
57-
oneup=$(readlink -f"$mydir"/..)# build process needs absolute paths
5858
pushd"$twoup"/lvgl_micropython
5959
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"
6060
popd

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp