mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(wifi): enable ci build by sdkconfig.ci.esp32p4_with_extconn
This commit is contained in:
parent
e43ded7ed5
commit
5e4674775b
@ -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
|
||||
|
@ -1,5 +1,6 @@
|
||||
#
|
||||
# ESP32-P4
|
||||
#
|
||||
CONFIG_IDF_TARGET="esp32p4"
|
||||
CONFIG_ESP_HOST_WIFI_ENABLED=y
|
||||
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
|
Loading…
Reference in New Issue
Block a user