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:
committed by
GitHub
parent
acb2f1d4c7
commit
de6fc3b346
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user