Warning
This document is not updated for ESP32H2 yet, so some of the content may not be correct.
This warning was automatically inserted due to the source file being in the add_warnings_pages list.
Peripherals
GPSPI
Following items are deprecated. Since ESP-IDF v5.1, GPSPI clock source is configurable.
spi_get_actual_clock
is deprecated, you should usespi_device_get_actual_freq()
instead.
LEDC
soc_periph_ledc_clk_src_legacy_t::LEDC_USE_RTC8M_CLK
is deprecated. Please useLEDC_USE_RC_FAST_CLK
instead.