Skip to content

Commit 5e46747

Browse files
author
muhaidong
committed
fix(wifi): enable ci build by sdkconfig.ci.esp32p4_with_extconn
1 parent e43ded7 commit 5e46747

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/wifi/.build-test-rules.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ examples/wifi/getting_started:
3838

3939
examples/wifi/iperf:
4040
disable:
41-
- if: (SOC_WIFI_SUPPORTED != 1) and (IDF_TARGET != "esp32p4")
41+
- if: (SOC_WIFI_SUPPORTED != 1) and (SOC_WIRELESS_HOST_SUPPORTED != 1)
42+
- if: (IDF_TARGET == "esp32p4") and CONFIG_NAME in ["defaults", "99"]
4243
disable_test:
4344
- if: IDF_TARGET not in ["esp32"]
4445
temporary: true
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# ESP32-P4
33
#
4+
CONFIG_IDF_TARGET="esp32p4"
45
CONFIG_ESP_HOST_WIFI_ENABLED=y
56
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y

0 commit comments

Comments
 (0)