adc: support adc dma driver on all chips

This commit is contained in:
Armando
2021-12-22 11:17:42 +08:00
parent 6279f9eb62
commit 1ec46ad3b8
73 changed files with 3781 additions and 5422 deletions

View File

@@ -161,7 +161,7 @@ Driver Usage
.. only:: esp32c3
The code example for using ADC continuous (DMA) read mode can be found in the :example:`peripherals/adc/esp32c3/adc` directory of ESP-IDF examples.
The code example for using ADC continuous (DMA) read mode can be found in the :example:`peripherals/adc/dma_read` directory of ESP-IDF examples.
.. note:: See :ref:`adc_limitations` for the limitation of using ADC continuous (DMA) read mode.
@@ -448,8 +448,6 @@ ADC driver
.. include-build-file:: inc/adc_types.inc
.. include-build-file:: inc/adc_common.inc
.. _adc-api-reference-adc-calibration:
ADC Calibration