You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Various improvements to Thread and Timer:
- Remove "mark as static" option as it is unused
- Implemented core pinning for ESP32 platforms
- Use `TickType_t` consistently (instead of `uint32_t`)
- Use `enum class` instead of `enum`
- Fix for `flash.sh` not working when using `pip` to install `esptool`
Copy file name to clipboardexpand all lines: Documentation/ideas.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,9 @@
28
28
- Attach ELF data to wrapper app (as app data) (check that app state is "running"!) so you can run more than 1 external apps at a time.
29
29
We'll need to keep track of all manifest instances, so that the wrapper can look up the relevant manifest for the relevant callbacks.
30
30
- T-Deck: Clear screen before turning on blacklight
31
-
- Audio player app
32
-
- Audio recording app
33
31
- T-Deck: Use knob for UI selection
34
32
- Crash monitoring: Keep track of which system phase the app crashed in (e.g. which app in which state)
35
33
- AppContext's onResult should pass the app id (or launch request id!) that was started, so we can differentiate between multiple types of apps being launched
36
-
- Loader: Use main dispatcher instead of Thread
37
34
- Create more unit tests for `tactility-core` and `tactility` (PC-only for now)
38
35
- Show a warning screen if firmware encryption or secure boot are off when saving WiFi credentials.
39
36
- Show a warning screen when a user plugs in the SD card on a device that only supports mounting at boot.
0 commit comments