esp-idf/components/esp_adc
morris 2d52334e5d gptimer: fix race condition between start and stop
Added state transition in gptimer_start/stop functions.
So that it's not possible to make a stopped timer continue to run
because of race condition.
2023-03-10 23:27:29 +08:00
..
deprecated
esp32
esp32c2 esp_adc: make c2 atten0 calibration experimental 2022-10-13 21:03:51 +08:00
esp32c3
esp32c6/include esp32c6: add minimal ci support 2022-09-26 20:32:13 +08:00
esp32h2/include esp_adc: support h2 oneshot mode and continuous mode 2023-02-23 11:48:31 +08:00
esp32h4/include esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
esp32s2
esp32s3
include esp_adc: support selecting clock source for oneshot driver 2023-02-23 11:48:31 +08:00
interface
test_apps/adc gptimer: fix race condition between start and stop 2023-03-10 23:27:29 +08:00
.build-test-rules.yml adc: support ADC on esp32c6 (driver/test/example) 2022-12-23 11:24:06 +08:00
CMakeLists.txt esp_adc: support h2 oneshot mode and continuous mode 2023-02-23 11:48:31 +08:00
Kconfig adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 02:06:03 +00:00
adc_cali.c
adc_cali_curve_fitting.c esp_adc: replace hardcoded calibration version to a macro 2022-10-13 21:03:51 +08:00
adc_common.c adc: remove adc_hal_conf.h 2023-02-23 11:48:31 +08:00
adc_continuous.c esp_adc: fix continuous mode pm lock release fail issue and add tests 2023-02-28 16:33:50 +08:00
adc_continuous_internal.h esp_adc: added adc digital filter feature 2023-02-10 16:46:20 +00:00
adc_filter.c esp_adc: added adc filter doc, and filter migration guides 2023-02-10 16:46:20 +00:00
adc_oneshot.c adc: remove adc_hal_conf.h 2023-02-23 11:48:31 +08:00
curve_fitting_coefficients.h
linker.lf