Commit Graph

133 Commits

Author SHA1 Message Date
Thomas Farstrike ede56750da Try to fix macOS build
It has a weird "sed" program that doesn't allow -i or something.
2025-12-08 12:09:39 +01:00
Thomas Farstrike 4e7baf4ec6 AudioFlinger: re-add viper optimizations
These make a notable difference when playing audio on ESP32.

Without them, each UI action causes a stutter, so it's not fun to listen
to audio while doing anything on the device. With them, most UI actions don't
cause a stutter. Long maxed out CPU runs and storage access still do, though.
2025-12-03 23:11:22 +01:00
Thomas Farstrike e1a97f65e6 Add scripts/convert_raw_to_png.sh 2025-11-30 15:35:50 +01:00
Thomas Farstrike 4732e4f80f scripts/install.sh: disable wifi first 2025-11-24 22:08:35 +01:00
Thomas Farstrike e5d7a11444 ignore apps 2025-11-24 11:29:46 +01:00
Thomas Farstrike 8b5e560384 Increment version 2025-11-23 22:57:49 +01:00
Thomas Farstrike 230de1215b Update addr2line.sh 2025-11-23 21:43:39 +01:00
Thomas Farstrike 78d285dd79 Update addr2line.sh 2025-11-23 21:18:10 +01:00
Thomas Farstrike 3b3cae244c Add scripts/addr2line.sh example 2025-11-23 21:17:40 +01:00
Thomas Farstrike e3e01af575 Remove clean because it causes a build error
No module named 'esp_idf_monitor'

This usually means that "idf.py" was not spawned within an ESP-IDF shell environment or the python virtual environment used by "idf.py" is corrupted.
Please use idf.py only in an ESP-IDF shell environment. If problem persists, please try to install ESP-IDF tools again as described in the Get Started guide.
2025-11-23 15:19:41 +01:00
Thomas Farstrike b543213ada Fix boot.py -> main.py 2025-11-23 15:18:01 +01:00
Thomas Farstrike 89ad54b2d9 build_mpos.sh: disable workaround for I2C on 1.26.1 2025-11-23 14:02:49 +01:00
Thomas Farstrike a16df1c026 build_mpos.sh: apply I2C patch for lvgl_micropython / esp-idf 2025-11-23 12:03:02 +01:00
Thomas Farstrike c3e0a1ceca Simplify and fix tests 2025-11-23 05:46:21 +01:00
Thomas Farstrike fd4fda0e4a Fix desktop build 2025-11-22 11:19:35 +01:00
Thomas Farstrike bf546df643 install.sh: adapt to unified builds 2025-11-22 11:02:23 +01:00
Thomas Farstrike 54f11e5f7a Remove main.py from manifests
This is now part of lib/
2025-11-22 10:17:54 +01:00
Thomas Farstrike cf0537bd09 install.sh: adapt to unified builds 2025-11-22 09:39:44 +01:00
Thomas Farstrike be5de1dcfe run_desktop.sh: fix one app mode 2025-11-22 08:34:48 +01:00
Thomas Farstrike 3ea36f6bd8 Desktop boot works 2025-11-22 08:24:28 +01:00
Thomas Farstrike 9abada9d75 build_mpos.sh: add macOS example 2025-11-21 18:41:11 +01:00
Thomas Farstrike d5ceb185af Add mklittlefs.sh script 2025-11-20 22:23:30 +01:00
Thomas Farstrike 7a13f63cef Fix flash_over_usb.sh 2025-11-20 22:19:39 +01:00
Thomas Farstrike b6869d592a Add more tests 2025-11-18 15:09:12 +01:00
Thomas Farstrike a42deed85f Cleanup 2025-11-15 18:08:28 +01:00