Implemented new driver projects (#210)

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.
This commit is contained in:
Ken Van Hoeylandt
2025-02-08 21:08:23 +01:00
committed by GitHub
parent c74006f8b6
commit 5b375c21bb
17 changed files with 39 additions and 10 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
idf_component_register(
SRC_DIRS "Source" "Source/hal" "Source/hx8357" "Source/bq24295"
SRC_DIRS "Source" "Source/hal" "Source/hx8357"
INCLUDE_DIRS "Source"
REQUIRES Tactility esp_lvgl_port esp_io_expander esp_io_expander_tca95xx_16bit esp_lcd_touch esp_lcd_touch_xpt2046
REQUIRES Tactility esp_lvgl_port esp_io_expander esp_io_expander_tca95xx_16bit BQ24295 esp_lcd_touch esp_lcd_touch_xpt2046
)