- Change init sequence: I2C is now initialized before "power" init phase, to allow for I2C power control - I2c HAL: Added read/write support for registers - Added axp192 code from https://github.com/tuupola/axp192 to Core2 implementation - Fixes for Core2Power - Fix for root project CMakeLists.txt
6 lines
197 B
CMake
6 lines
197 B
CMake
idf_component_register(
|
|
SRC_DIRS "Source" "Source/hal" "Source/ft6x36" "Source/axp192"
|
|
INCLUDE_DIRS "Source"
|
|
REQUIRES Tactility esp_lvgl_port esp_lcd esp_lcd_ili9341 driver vfs fatfs
|
|
)
|