feat(wifi): support esp32c2 eco4 wifi bringup

This commit is contained in:
wangtao@espressif.com
2024-08-02 11:06:06 +08:00
committed by BOT
parent 9498786a97
commit 71bb752d98
2 changed files with 11 additions and 0 deletions

View File

@@ -588,3 +588,12 @@ void nan_sm_handle_event(void *p1, int p2)
}
#endif
#if CONFIG_IDF_TARGET_ESP32C2
#if CONFIG_ESP32C2_REV_MIN_FULL < 200
void esp32c2_eco4_rom_ptr_init(void)
{
/* Do not remove, stub to overwrite weak link in Wi-Fi Lib */
}
#endif
#endif