Closed gl-chenxiaosheng closed 1 year ago
When do you plan to merge the configuration of the esp32h2 chip id into the release branch? Please tell me what you plan?
@gl-chenxiaosheng In master
, release/v5.1
and later release branches we will only support the mass production version of ESP32-H2 (chip IDF 16).
release/v5.0 branch will still contain the preview support for ESP32-H2-beta1 and ESP32-H2-beta2 (chip IDs 10 and 14). We don not plan backporting support for ESP32-H2 mass production chip to release/v5.0.
Please refer to https://github.com/espressif/esp-idf/issues/11038 for the information about ESP32-H2 support status and plan.
Thanks for reporting, feel free to reopen.
Answers checklist.
General issue report
I use IDF release v5.0, compiled the firmware and flash it into esp32h2. I found the following message:
And I see the Kconfig in IDF release v5.0 as follow:
And I see the Kconfig in IDF master as follow:
So I checkout to master, it work normally. When do you plan to merge the configuration of the esp32h2 chip id into the release branch? Please tell me what you plan?