feat(wifi): support esp32c2 eco4 wifi bringup

This commit is contained in:
wangtao@espressif.com
2024-09-20 20:32:42 +08:00
parent 464d5d55a3
commit 4758622331
3 changed files with 19 additions and 0 deletions

View File

@@ -579,3 +579,19 @@ 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
#ifndef CONFIG_ESP_WIFI_SLP_SAMPLE_BEACON_FEATURE
void pm_beacon_offset_funcs_init(void)
{
/* Do not remove, stub to overwrite weak link in Wi-Fi Lib */
}
#endif