Skip to content

Commit 014d175

Browse files
Build breakout app during build
1 parent b316607 commit 014d175

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

c_mpos/breakout/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ rm *.mpy
1010

1111
PATH=~/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/:$PATH make </dev/null
1212

13-
mv breakout*.mpy "$mydir"/../../internal_filesystem/apps/com.micropythonos.breakout/assets/
13+
mv "$mydir"/breakout*.mpy "$mydir"/../../internal_filesystem/apps/com.micropythonos.breakout/assets/

scripts/build_mpos.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ ln -sf ../../c_mpos "$codebasedir"/lvgl_micropython/ext_mod/c_mpos
8484
#echo "Applying lvgl_micropython i2c patch..."
8585
#patch -p0 --forward < "$codebasedir"/patches/i2c_ng.patch
8686

87+
echo "Building breakout app..."
88+
"$codebasedir"/c_mpos/breakout/build.sh
89+
8790
echo "Minifying and inlining HTML..."
8891
pushd "$codebasedir"/webrepl/
8992
python3 inline_minify_webrepl.py

0 commit comments

Comments
 (0)