diff --git a/components/hal/esp32h4/include/hal/systimer_ll.h b/components/hal/esp32h4/include/hal/systimer_ll.h index 5688f51f99..1891c91489 100644 --- a/components/hal/esp32h4/include/hal/systimer_ll.h +++ b/components/hal/esp32h4/include/hal/systimer_ll.h @@ -12,8 +12,6 @@ #include "soc/pcr_struct.h" #include "hal/assert.h" -//TODO: [ESP32H4] IDF-12375 inherited from verification branch, need check - #ifdef __cplusplus extern "C" { #endif diff --git a/components/soc/esp32h4/include/soc/soc_caps.h b/components/soc/esp32h4/include/soc/soc_caps.h index f066b30be0..4b7b202865 100644 --- a/components/soc/esp32h4/include/soc/soc_caps.h +++ b/components/soc/esp32h4/include/soc/soc_caps.h @@ -61,7 +61,7 @@ #define SOC_GPSPI_SUPPORTED 1 #define SOC_LEDC_SUPPORTED 1 #define SOC_I2C_SUPPORTED 1 -#define SOC_SYSTIMER_SUPPORTED 1 // TODO: [ESP32H4] IDF-12375 IDF-12377 +#define SOC_SYSTIMER_SUPPORTED 1 // #define SOC_SUPPORT_COEXISTENCE 1 // TODO: [ESP32H4] IDF-12251 IDF-12252 IDF-12253 // #define SOC_AES_SUPPORTED 0 // TODO: [ESP32H4] IDF-12266 // #define SOC_SHA_SUPPORTED 1 // TODO: [ESP32H4] IDF-12263