Implement simulator release package builds (#159)

This commit is contained in:
Ken Van Hoeylandt
2025-01-11 22:44:08 +01:00
committed by GitHub
parent 72a9eb1279
commit ceec04b34c
9 changed files with 84 additions and 18 deletions
+1
View File
@@ -16,6 +16,7 @@
- Fix bug in T-Deck/etc: esp_lvgl_port settings has a large stack size (~9kB) to fix an issue where the T-Deck would get a stackoverflow. This sometimes happens when WiFi is auto-enabled and you open the app while it is still connecting.
# TODOs
- Make a ledger for setting CPU affinity of various services and tasks
- Make "blocking" argument the last one, and put it default to false (or remove it entirely?): void startApp(const std::string& id, bool blocking, std::shared_ptr<const Bundle> parameters) {
- Boot hooks instead of a single boot method in config. Define different boot phases/levels in enum.
- Add toggle to Display app for sysmon overlay: https://docs.lvgl.io/master/API/others/sysmon/index.html