Merge branch 'feat/chip_esp32c5_eco2_support_wifi' into 'master'

feat/chip esp32c5 eco2 support wifi

Closes IDF-10602, IDF-10616, IDF-10592, IDF-10590, IDF-10605, IDF-10604, IDF-10618, IDF-10617, IDF-10588, IDF-10598, IDF-10609, IDF-10610, IDF-10600, IDF-10589, IDF-10607, IDF-10608, IDF-10596, IDF-12857, IDF-11002, IDF-10601, IDF-10579, IDF-8641, IDF-8640, IDF-8639, IDF-8638, PM-403, AX-1139, AX-1151, AX-1153, AX-1155, WIFIBUG-1159, and WIFIBUG-1146

See merge request espressif/esp-idf!38566
This commit is contained in:
Yin Qing Zhao
2025-04-28 21:06:18 +08:00
64 changed files with 486 additions and 354 deletions

View File

@@ -150,7 +150,9 @@ __attribute__((always_inline)) static inline void efuse_ll_rs_bypass_update(void
__attribute__((always_inline)) static inline uint32_t efuse_ll_get_controller_state(void)
{
return EFUSE.status.state;
// TODO: IDF-12854
//return EFUSE.status.state;
return EFUSE_CONTROLLER_STATE_IDLE;
}
#ifdef __cplusplus