Merge branch 'feature/support_esp32h2_modem_clock' into 'master'

esp32h2: support modem clock driver

Closes IDF-7088

See merge request espressif/esp-idf!22880
This commit is contained in:
Wu Zheng Hui
2023-03-29 16:49:26 +08:00
16 changed files with 1270 additions and 338 deletions

View File

@@ -42,6 +42,7 @@ typedef enum {
PERIPH_SARADC_MODULE,
PERIPH_TEMPSENSOR_MODULE,
PERIPH_REGDMA_MODULE,
/* Peripherals clock managed by the modem_clock driver must be listed last in the enumeration */
PERIPH_WIFI_MODULE,
PERIPH_BT_MODULE,
PERIPH_IEEE802154_MODULE,