Move FreeRTOSConfig.h to app-sim (#17)

* Move FreeRTOSConfig.h to app-sim

* improved docs

* updated ideas.md and removed finished todos
This commit is contained in:
Ken Van Hoeylandt
2024-01-22 00:27:17 +01:00
committed by GitHub
parent d6baf40d0b
commit ed2d0cc78a
6 changed files with 37 additions and 16 deletions
+11 -1
View File
@@ -1,6 +1,16 @@
# TODOs
- Make `desktop` app listen to changes in `app_manifest_registry`
- Update `view_port` to use `ViewPort` as handle externally and `ViewPortData` internally
- Replace FreeRTOS semaphore from `Loader` with internal `Mutex`
- Create unit tests for `tactility-core` and `tactility` (PC-only for now)
# Core Ideas
- Support for displays with different DPI. Consider the layer-based system like on Android.
# App Ideas
- Chip 8 emulator
- Discord bot
- BadUSB
- IR transceiver app
- GPIO status viewer
- BlueTooth keyboard app