forked from espressif/esp-idf
fix(phy): esp32s2 and esph2 support rf cert_test
This commit is contained in:
Submodule components/esp_phy/lib updated: b526a0d720...8608fcf54d
@@ -11,6 +11,6 @@ examples/phy/cert_test:
|
|||||||
disable:
|
disable:
|
||||||
- if: IDF_TARGET in ["esp32p4"]
|
- if: IDF_TARGET in ["esp32p4"]
|
||||||
reason: not supported
|
reason: not supported
|
||||||
- if: IDF_TARGET == "esp32c5"
|
- if: IDF_TARGET in ["esp32c5", "esp32c61"]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: not supported yet # TODO: [ESP32C5] IDF-8851
|
reason: not supported yet # TODO: [ESP32C5] IDF-8851
|
||||||
|
@@ -38,7 +38,9 @@ void app_main(void)
|
|||||||
register_phy_cmd();
|
register_phy_cmd();
|
||||||
|
|
||||||
/* rftest.a requirements */
|
/* rftest.a requirements */
|
||||||
esp_wifi_power_domain_on();
|
#ifndef CONFIG_IDF_TARGET_ESP32H2
|
||||||
|
esp_wifi_power_domain_on();
|
||||||
|
#endif
|
||||||
|
|
||||||
esp_phy_rftest_config(1);
|
esp_phy_rftest_config(1);
|
||||||
esp_phy_rftest_init();
|
esp_phy_rftest_init();
|
||||||
|
4
examples/phy/cert_test/sdkconfig.defaults.esp32s3
Normal file
4
examples/phy/cert_test/sdkconfig.defaults.esp32s3
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#
|
||||||
|
# ESP32S3-specific
|
||||||
|
#
|
||||||
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096
|
Reference in New Issue
Block a user