Commit Graph

382 Commits

Author SHA1 Message Date
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 e9b5aa75b8 Comments 2025-12-08 14:16:14 +01:00
Thomas Farstrike 32de7bb6d9 Rearrange 2025-12-08 13:56:39 +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
Thomas Farstrike 6f3fe0af9f Fix test_sensor_manager.py 2025-12-08 12:03:32 +01:00
Thomas Farstrike 11867dd74f Rework tests 2025-12-08 11:52:27 +01:00
Thomas Farstrike dadf4e8f4f SensorManager: cleanup calibration 2025-12-08 11:04:00 +01:00
Thomas Farstrike 3cd1e79f9d SensorManager: simplify IMU 2025-12-08 10:49:28 +01:00
Thomas Farstrike e3c461fd94 Waveshare IMU is also facing down 2025-12-08 10:49:12 +01:00
Thomas Farstrike 141fc20836 Fix WSEN-ISDS calibration 2025-12-08 09:56:54 +01:00
Thomas Farstrike 8b6883880a SensorManager: improve calibration (not perfect yet) 2025-12-08 09:00:57 +01:00
Thomas Farstrike d720e3be32 Tweak settings and boards 2025-12-07 16:42:41 +01:00
Thomas Farstrike 169d1cccb1 Cleanup 2025-12-07 15:46:48 +01:00