forked from xiaozhi/xiaozhi-esp32
* feat: add support for ESP32-P4-Function-EV-Board with configuration and display handling * detect wake word model from index.json * update wait time before entering wifi configure mode * feat: Enhance ESP32-P4 Function EV Board support with LCD and touch initialization * feat: Update ESP32-P4 Function EV Board configuration for improved touch and SD card support * feat: add touch I2C configuration and improve initialization structure * Remove ESP hosted configuration from defaults Removed ESP hosted configuration options. * chore: update documentation for improved clarity * refactor: remove obsolete files for ESP32-P4-Function-EV-Board and add updated configurations * refactor: reintroduce ESP32-P4-Function-EV-Board implementation with updated configurations * refactor: restore esp32_p4_function_ev_board dependency with updated version --------- Co-authored-by: n2flowjs-bot <n2flowjs@gmail.com> Co-authored-by: Terrence <terrence@tenclass.com>
17 lines
499 B
JSON
17 lines
499 B
JSON
{
|
|
"target": "esp32p4",
|
|
"builds": [
|
|
{
|
|
"name": "esp-p4-function-ev-board",
|
|
"sdkconfig_append": [
|
|
"CONFIG_SLAVE_IDF_TARGET_ESP32C6=y",
|
|
"CONFIG_ESP_HOSTED_P4_DEV_BOARD_FUNC_BOARD=y",
|
|
"CONFIG_ESP_HOSTED_SDIO_HOST_INTERFACE=y",
|
|
"CONFIG_ESP_HOSTED_SDIO_4_BIT_BUS=y",
|
|
"CONFIG_SPI_FLASH_SUPPORT_GD_CHIP=y",
|
|
"CONFIG_BSP_LCD_TYPE_1024_600=y"
|
|
]
|
|
}
|
|
]
|
|
}
|