Commit Graph

1566 Commits

Author SHA1 Message Date
Thomas Farstrike 3cd66da3c4 TaskManager: simplify 2025-12-11 21:11:59 +01:00
Thomas Farstrike 8a72f3f343 TaskManager: add stop and start functions 2025-12-11 21:01:29 +01:00
Thomas Farstrike e24f8ef618 AppStore app: remove unneeded event handling 2025-12-11 19:44:22 +01:00
Thomas Farstrike 6a9ae7238e Appstore app: allow time to update UI 2025-12-11 19:42:46 +01:00
Thomas Farstrike e1964abfa2 Add /lib/aiorepl.py 2025-12-11 19:42:16 +01:00
Thomas Farstrike 70cd00b50e Improve name of aiorepl coroutine 2025-12-11 19:29:50 +01:00
Thomas Farstrike 7ba45e692e TaskManager: without new thread works but blocks REPL
aiorepl (asyncio REPL) works but it's pretty limited

It's probably fine for production, but it means the user has to sys.exit()
in aiorepl before landing on the real interactive REPL, with asyncio tasks stopped.
2025-12-11 19:02:40 +01:00
Thomas Farstrike c0b9f68ae8 AppStore app: eliminate thread 2025-12-11 14:38:12 +01:00
Thomas Farstrike 5936dafd7e TaskManager: normal stack size for asyncio thread 2025-12-11 14:37:41 +01:00
Thomas Farstrike eec5c7ce3a Comments 2025-12-11 14:25:12 +01:00
Thomas Farstrike 2a6aaab583 API: add TaskManager that wraps asyncio 2025-12-11 12:43:00 +01:00
Thomas Farstrike 73fa096bd7 Comments 2025-12-09 15:36:19 +01:00
Thomas Farstrike 776410bc99 Comments 2025-12-09 14:18:57 +01:00
Thomas Farstrike b2f441a8bb AudioFlinger: optimize volume scaling further 2025-12-09 14:06:12 +01:00
Thomas Farstrike a60a7cd8d1 Comments 2025-12-09 13:35:22 +01:00
Thomas Farstrike b9e5f0d475 AudioFlinger: improve optimized audio scaling 2025-12-09 12:42:01 +01:00
Thomas Farstrike 91127dfadd AudioFlinger: optimize WAV volume scaling 2025-12-09 12:00:05 +01:00
Thomas Farstrike 756136fbdc Update CHANGELOG 2025-12-08 20:18:41 +01:00
Thomas Farstrike c1c35a18c8 Update CHANGELOG and MANIFESTs 2025-12-08 14:33:12 +01:00
Thomas Farstrike e9b5aa75b8 Comments 2025-12-08 14:16:14 +01:00
Thomas Farstrike d7a7312b30 Add tests/test_graphical_imu_calibration_ui_bug.py 2025-12-08 13:56:58 +01:00
Thomas Farstrike 32de7bb6d9 Rearrange 2025-12-08 13:56:39 +01:00
Thomas Farstrike f3a5faba83 Try to fix tests/test_graphical_imu_calibration.py 2025-12-08 13:56:30 +01:00
Thomas Farstrike 5366f37de3 Remove comments 2025-12-08 12:13:39 +01:00
Thomas Farstrike cc2d470a40 Merge pull request #13 from Mark19000/main
TopMenu Fix
2025-12-08 12:11:48 +01:00