esp-idf/components/esp_adc
morris c24222dcde 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-11 11:42:09 +08:00
..
deprecated esp_adc: remove wno flag 2022-09-05 15:46:54 +08:00
esp32 esp_adc: update license 2023-02-20 10:34:34 +08:00
esp32c2 esp_adc: update license 2023-02-20 10:34:34 +08:00
esp32c3 esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
esp32h2/include esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
esp32s2 esp_adc: remove wno flag 2022-09-05 15:46:54 +08:00
esp32s3 esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
include esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
interface esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_apps/adc gptimer: fix race condition between start and stop 2023-03-11 11:42:09 +08:00
adc_cali_curve_fitting.c esp_adc: replace hardcoded calibration version to a macro 2023-02-20 10:34:34 +08:00
adc_cali.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
adc_common.c esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
adc_continuous.c esp_adc: fix continuous mode pm lock release fail issue and add tests 2023-03-01 10:51:19 +08:00
adc_lock.c esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
adc_oneshot.c adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 12:07:38 +08:00
CMakeLists.txt esp_adc: remove wno flag 2022-09-05 15:46:54 +08:00
curve_fitting_coefficients.h esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
Kconfig adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 12:07:38 +08:00
linker.lf esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00