esp-idf/docs/en/api-reference/peripherals
Armando ffb2db586a adc: no longer support adc2 continuous mode on esp32c3 and esp32s3
Due to HW limitation, we don't support this anymore. On s3 and c3, ADC2 under continuous  mode is not stable.

However, you can enable CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 to force use
ADC2.

Refer to errata to know more details:
https://www.espressif.com/sites/default/files/documentation/esp32-s3_errata_en.pdf
https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf
2023-03-06 18:57:58 +08:00
..
adc.rst adc: no longer support adc2 continuous mode on esp32c3 and esp32s3 2023-03-06 18:57:58 +08:00
dac.rst docs: fix indention in dac code snippet 2022-07-04 11:05:49 +08:00
dedic_gpio.rst fast_gpio: driver support on esp32c3 2021-09-06 19:39:09 +08:00
ds.rst updated the TOC of ESP-IDF API Reference to make it consistet with the real section title 2021-09-03 16:27:14 +08:00
gpio.rst Enable IO20 on ESP32 2021-08-20 14:05:38 +08:00
hmac.rst updated the TOC of ESP-IDF API Reference to make it consistet with the real section title 2021-09-03 16:27:14 +08:00
i2c.rst docs: remove link to i2c specs 2022-10-31 11:56:25 +08:00
i2s.rst doc: add application notes for i2s 2022-09-19 12:03:08 +08:00
index.rst docs: peripherals: update SD related docs for ESP32-S3 2022-02-07 11:31:17 +01:00
lcd.rst lcd: initial build of API docs 2021-10-02 14:23:31 +08:00
ledc.rst ledc: explain the callback return value 2022-11-10 18:49:51 +08:00
mcpwm.rst MCPWM/sync: expose API for configuring timer sync 2021-09-09 17:33:37 +08:00
pcnt.rst updated the TOC of ESP-IDF API Reference to make it consistet with the real section title 2021-09-03 16:27:14 +08:00
rmt.rst RMT: add loop_autostop driver support for esp32s3 2021-09-24 15:24:45 +08:00
sd_pullup_requirements.rst docs: peripherals: update SD related docs for ESP32-S3 2022-02-07 11:31:17 +01:00
sdio_slave.rst docs: peripherals: update SD related docs for ESP32-S3 2022-02-07 11:31:17 +01:00
sdmmc_host.rst docs: peripherals: update SD related docs for ESP32-S3 2022-02-07 11:31:17 +01:00
sdspi_host.rst sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards 2020-02-12 15:16:08 +08:00
secure_element.rst secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
sigmadelta.rst gpio:support gpio in/out/interrupt for esp32s3(728) 2021-06-28 11:44:14 +08:00
spi_features.rst spi: Update documents about the bus lock and how to use SPI Master on SPI1 bus 2020-04-23 12:27:25 +08:00
spi_master.rst lcd: spi-lcd send command and parameter with big-endian 2021-09-08 11:30:30 +08:00
spi_slave_hd.rst spi_slave_hd: add segment mode example 2021-04-22 19:24:59 +08:00
spi_slave.rst spi: update spi master / slave programming guide on s3 2021-09-03 16:44:19 +08:00
temp_sensor.rst temperature sensor: Add support on ESP32-S3, 2022-07-13 17:22:59 +08:00
timer.rst docs: provide APB clock frequency in api-reference/timers 2021-08-06 11:05:32 +08:00
touch_element.rst touch_element: add touch element api-reference doc 2021-02-22 12:16:49 +08:00
touch_pad.rst docs: fix broken links 2022-07-04 11:05:49 +08:00
twai.rst docs: Update TWAI docs for ESP32-S3 2022-01-06 10:14:57 +08:00
uart.rst doc: update usb pins and provide a note in api-reference/uart 2022-05-03 23:41:02 +02:00
usb_device.rst example: peripherals/usb: fix typo naming of local variables 2022-07-19 10:30:44 +08:00
usb_host.rst usb: Add USB Host Library documentation 2022-02-18 15:51:05 +08:00