File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99mpos .ui .handle_top_swipe ()
1010mpos .ui .th = task_handler .TaskHandler (duration = 5 ) # 5ms is recommended for MicroPython+LVGL on desktop
1111
12+ # Maybe this should only be done if there is not already a "builtin" folder... with the expected apps/4apps
1213try :
1314 import freezefs_mount_builtin
1415except Exception as e :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if [ "$target" == "esp32" ]; then
3535 # CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y
3636 # CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y
3737 # 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="/home/user/sources/micropython-camera-API/src/micropython.cmake" CONFIG_FREERTOS_USE_TRACE_FACILITY=y CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y "$manifest"
38- 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=" /home/user/sources/micropython-camera-API/src/micropython.cmake" CONFIG_FREERTOS_USE_TRACE_FACILITY=y CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y " $manifest "
38+ 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=/home/user/sources/micropython-camera-API/src/micropython.cmake USER_C_MODULE=/home/user/sources/PiggyOS/c_mpos/secp256k1-embedded_kdmukai/micropython.cmake CONFIG_FREERTOS_USE_TRACE_FACILITY=y CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y " $manifest "
3939elif [ " $target " == " unix" -o " $target " == " macos" ]; then
4040 if [ " $buildtype " == " prod" ]; then
4141 manifest=" FROZEN_MANIFEST=/home/user/sources/PiggyOS/manifest_unix.py"
Original file line number Diff line number Diff line change 4848~ /sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r builtin :/
4949~ /sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r lib :/
5050~ /sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r resources :/
51- # ~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r data :/
51+ ~ /sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r data :/
5252
5353popd
5454
You can’t perform that action at this time.
0 commit comments