You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
build_mpos.sh: apply I2C patch for lvgl_micropython / esp-idf
This commit is contained in:
@@ -70,6 +70,8 @@ echo "Symlinking secp256k1-embedded-ecdh for unix and macOS builds..."
|
||||
ln -sf ../../secp256k1-embedded-ecdh "$codebasedir"/lvgl_micropython/ext_mod/secp256k1-embedded-ecdh
|
||||
echo "Symlinking c_mpos for unix and macOS builds..."
|
||||
ln -sf ../../c_mpos "$codebasedir"/lvgl_micropython/ext_mod/c_mpos
|
||||
echo "Applying lvgl_micropython i2c patch..."
|
||||
patch -p0 --forward < "$codebasedir"/patches/i2c_ng.patch
|
||||
|
||||
echo "Refreshing freezefs..."
|
||||
"$codebasedir"/scripts/freezefs_mount_builtin.sh
|
||||
|
||||
Reference in New Issue
Block a user