Moved drivers from the `Boards` projects to `Drivers` folder: - BQ24295 - AW9523 - AXP2101 The I2C drivers are theoretically cross-platform, but for now they are only built for ESP32.
6 lines
209 B
CMake
6 lines
209 B
CMake
idf_component_register(
|
|
SRC_DIRS "Source" "Source/hal"
|
|
INCLUDE_DIRS "Source"
|
|
REQUIRES Tactility esp_lvgl_port esp_lcd esp_lcd_ili9341 ILI934x AXP2101 AW9523 esp_lcd_touch_ft5x06 driver vfs fatfs
|
|
)
|