mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 06:26:49 +00:00
fix(phy): fix esp32 build fail issue
Closes https://github.com/espressif/esp-idf/issues/11972
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
||||
|
||||
examples/phy/cert_test:
|
||||
enable:
|
||||
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s2", "esp32s3"]
|
||||
temporary: true
|
||||
reason: the other targets are not tested yet
|
||||
|
@@ -2,3 +2,4 @@ CONFIG_ESP_TASK_WDT_EN=n
|
||||
|
||||
CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION=y
|
||||
CONFIG_ESP_PHY_ENABLE_CERT_TEST=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
Reference in New Issue
Block a user