esp32h4: removed esp32h4 related codes

This commit is contained in:
laokaiyao
2023-04-13 14:32:25 +08:00
committed by Kevin (Lao Kaiyao)
parent b16ed57b2e
commit bf2a7b2df6
110 changed files with 195 additions and 1997 deletions

View File

@@ -54,10 +54,10 @@ void esp_phy_enable(void)
s_phy_access_ref++;
_lock_release(&s_phy_access_lock);
// ESP32H4-TODO: enable common clk.
// ESP32H2-TODO: enable common clk.
}
void esp_phy_disable(void)
{
// ESP32H4-TODO: close rf and disable clk for modem sleep and light sleep
// ESP32H2-TODO: close rf and disable clk for modem sleep and light sleep
}