esp-idf/components/esp_adc/test_apps/adc/main
Armando 5fd4dbad12 esp_adc: improve adc continuous iram test aim
This commit increases adc continuous iram test period of cache disabling
time. Now time is: 1 second

- The aim of this test is to make sure the continuous mode driver ISR
callbacks can run in an IRAM-Safe context.
- Closing cache takes time. WHereas the code to close the cache is
updated. This time gets changed.
2022-10-09 02:35:22 +00: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 esp_adc: migrate adc wifi test to test app 2022-08-23 21:23:21 +08:00
test_adc_driver_iram.c esp_adc: improve adc continuous iram test aim 2022-10-09 02:35:22 +00:00
test_adc_driver.c esp_adc: add adc ulp mode disable enum 2022-08-22 11:00:28 +08:00
test_adc_performance.c esp_adc: add adc ulp mode disable enum 2022-08-22 11:00:28 +08:00
test_adc.c Merge branch 'bugfix/remove_esp_adc_wno_flag' into 'master' 2022-08-26 22:32:24 +08: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: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_common_adc.h esp_adc: added comments to c3 test thresh, also sync to legacy tests 2022-09-16 03:21:29 +00:00