Commit Graph

2230 Commits

Author SHA1 Message Date
Thomas Farstrike ff21743fbb fri3d_2024: cleanups 2026-03-12 16:00:52 +01:00
Thomas Farstrike 57f3eaf34b Settings: add WiFi app there 2026-03-12 16:00:34 +01:00
Thomas Farstrike 4745a51c04 Improve settings_activity.py 2026-03-12 15:45:57 +01:00
Thomas Farstrike 2a722115e3 update lvgl_micropython 2026-03-12 08:57:18 +01:00
Thomas Farstrike bbc46cc7a4 Fix test_graphical_launch_all_apps.py 2026-03-11 21:42:21 +01:00
Thomas Farstrike f25ef7dea8 Simplify run_desktop.sh 2026-03-11 21:40:06 +01:00
Thomas Farstrike 259f18218c run_desktop.sh: handle autostart config 2026-03-11 21:26:56 +01:00
Thomas Farstrike 937db9e306 firstrun: handle auto start 2026-03-11 21:14:04 +01:00
Thomas Farstrike a134fd2f2b Don't build breakout on MacOS 2026-03-11 21:11:33 +01:00
Thomas Farstrike 1bf1dd67f0 SharedPreferences: fix None handling 2026-03-11 21:09:43 +01:00
Thomas Farstrike 181a10c99b find out more 2026-03-11 19:42:47 +01:00
Thomas Farstrike 73b3cb279a find toolchain 2026-03-11 19:26:33 +01:00
Thomas Farstrike a3b57fe65e try fixing breakout build 2026-03-11 19:09:33 +01:00
Thomas Farstrike ee6534574f try fixing breakout build on macOS 2026-03-11 19:07:40 +01:00
Thomas Farstrike a7727d7a0b task_handler each 1ms for higher framerate, start firstrun at startup, remove launcher icon (not needed) 2026-03-11 18:44:06 +01:00
Thomas Farstrike 3146345f9c run_desktop.sh: don't touch settings if not needed 2026-03-11 18:41:58 +01:00
Thomas Farstrike c36eaf75f4 fix breakout build 2026-03-11 18:41:14 +01:00
Thomas Farstrike 6d43c30a0f breakout: install pyelftools 2026-03-11 18:25:23 +01:00
Thomas Farstrike 630316cee2 speed up breakout and build after main 2026-03-11 18:14:42 +01:00
Thomas Farstrike 014d175b99 Build breakout app during build 2026-03-11 17:20:55 +01:00
Thomas Farstrike b316607892 Fix .gitignore 2026-03-11 16:10:26 +01:00
Thomas Farstrike f9bf913e00 test_graphical_launch_all_apps.py: skip broken apps 2026-03-11 16:05:23 +01:00
Thomas Farstrike 94401dbbde SensorManager: skip if no iio sensor connected
This fixes:

Traceback (most recent call last):
  File "<stdin>", line 31, in <module>
  File "lib/mpos/main.py", line 150, in <module>
  File "lib/mpos/board/linux.py", line 133, in <module>
  File "lib/mpos/sensor_manager.py", line 286, in class_method
  File "lib/mpos/sensor_manager.py", line 109, in init_iio
  File "lib/mpos/imu/manager.py", line 52, in init_iio
  File "lib/mpos/imu/drivers/iio.py", line 21, in __init__
  File "lib/mpos/imu/drivers/iio.py", line 129, in ensure_sampling_frequency_max
TypeError: unsupported types for __add__: 'NoneType', 'str'
2026-03-11 15:10:48 +01:00
Thomas Farstrike f831a880b5 Improve output 2026-03-11 14:24:10 +01:00
Thomas Farstrike 426f1b2541 Comments 2026-03-11 14:23:53 +01:00