fix(wifi): enable ci build by sdkconfig.ci.esp32p4_with_extconn

This commit is contained in:
muhaidong 2024-09-04 17:01:58 +08:00
parent e43ded7ed5
commit 5e4674775b
2 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,8 @@ examples/wifi/getting_started:
examples/wifi/iperf:
disable:
- if: (SOC_WIFI_SUPPORTED != 1) and (IDF_TARGET != "esp32p4")
- if: (SOC_WIFI_SUPPORTED != 1) and (SOC_WIRELESS_HOST_SUPPORTED != 1)
- if: (IDF_TARGET == "esp32p4") and CONFIG_NAME in ["defaults", "99"]
disable_test:
- if: IDF_TARGET not in ["esp32"]
temporary: true

View File

@ -1,5 +1,6 @@
#
# ESP32-P4
#
CONFIG_IDF_TARGET="esp32p4"
CONFIG_ESP_HOST_WIFI_ENABLED=y
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y