Skip to content

Commit

Permalink
fix(wifi): enable ci build by sdkconfig.ci.esp32p4_with_extconn
Browse files Browse the repository at this point in the history
  • Loading branch information
muhaidong committed Sep 6, 2024
1 parent 4e7a7b6 commit 71eb08b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/wifi/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# ESP32-P4
#
CONFIG_IDF_TARGET="esp32p4"
CONFIG_ESP_HOST_WIFI_ENABLED=y
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y

0 comments on commit 71eb08b

Please sign in to comment.