esp32h4: removed esp32h4 related codes

This commit is contained in:
laokaiyao
2023-04-13 14:32:25 +08:00
parent cae47ce37e
commit 954a6a2cff
110 changed files with 180 additions and 1982 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
}