esp-idf/components/esp_adc/test_apps/adc/main
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
..
CMakeLists.txt Merge branch 'bugfix/remove_esp_adc_wno_flag' into 'master' 2022-08-26 22:32:24 +08:00
test_adc2_wifi.c adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 02:06:03 +00:00
test_adc_driver_iram.c esp_adc: added adc digital filter feature 2023-02-10 16:46:20 +00:00
test_adc_driver.c gptimer: fix race condition between start and stop 2023-03-10 23:27:29 +08:00
test_adc_performance.c esp_adc: added adc digital filter feature 2023-02-10 16:46:20 +00:00
test_adc.c adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 02:06:03 +00:00
test_app_main.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_common_adc.c esp_adc: added adc digital filter feature 2023-02-10 16:46:20 +00:00
test_common_adc.h esp_adc: support h2 oneshot mode and continuous mode 2023-02-23 11:48:31 +08:00