Update dependencies in Devices/ and remove "useDeprecatedHal" (#599)

- Updated dependencies in `Devices/`: remove unused ones, update incorrect ones
- Removed `dependencies.useDeprecatedHal` from device properties (and related scripting/code)
This commit is contained in:
Ken Van Hoeylandt
2026-07-29 18:47:19 +02:00
committed by GitHub
parent acb2f1d4c7
commit de6fc3b346
67 changed files with 15 additions and 129 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility esp_lvgl_port esp_lcd esp_lcd_ili9881c esp_lcd_st7123 esp_lcd_touch_st7123 esp_lcd_touch_gt911 driver esp_driver_i2c vfs fatfs ina226-module ili9881c-module st7123-module gt911-module
REQUIRES TactilityKernel lvgl-module ina226-module ili9881c-module st7123-module gt911-module
)