Added Dispatcher and fix sim (#54)

- Add dispatcher mechanism (a queue for function calls) and tests
- Added tests for MessageQueue
- Fix FreeRTOS config for simulator
- Explicit dependencies for touch-related libs, because minor version changes caused broken builds on CI.
This commit is contained in:
Ken Van Hoeylandt
2024-08-24 19:21:22 +02:00
committed by GitHub
parent 69a0c01686
commit b659d5b940
8 changed files with 215 additions and 31 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
dependencies:
espressif/esp_lcd_ili9341: "^2.0.0"
espressif/esp_lcd_touch_cst816s: "^1.0.3"
espressif/esp_lcd_touch_gt911: "^1.0.0"
espressif/esp_lcd_touch: "1.1.1"
espressif/esp_lcd_ili9341: "2.0.0"
espressif/esp_lcd_touch_cst816s: "1.0.3"
espressif/esp_lcd_touch_gt911: "1.1.1"
espressif/esp_lcd_touch: "1.1.2"
idf: '~5.2'