espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.49k stars 7.26k forks source link

Can't use CONFIG_ESP_PHY_ENABLE_CERT_TEST on ESP32-C6 (IDFGH-13614) #14499

Open Haerteleric opened 1 month ago

Haerteleric commented 1 month ago

Answers checklist.

General issue report

For our inline production tester, we need our DUTs to emit a Continuous wave. For that i want to use the rftest.lib, but it seems incompatible with the ESP32-C6.

Everytime i add CONFIG_ESP_PHY_ENABLE_CERT_TEST to the sdkconfig file it gets remove on the next build execution.

the lib (rftest.a) and the header for the C6 exist. Why is it not possible to link this lib into our Project ?

mhdong commented 3 weeks ago

Hi @Haerteleric Currently, our ESP32-C6 does not support cert_test. We have already added cert_test support for ESP32-C6 in the master branch. commit is dacc1f94dd530eeeafe467b2994085c28a99f3fb, This may take some time to synchronize to GitHub.

mhdong commented 3 weeks ago

Hi @Haerteleric We have synchronized it to GitHub, please check the commit https://github.com/espressif/esp-idf/commit/aa80dbe2511c235ab2f4632c3e0983f6623ed071. We will synchronize it to other branches as soon as possible.