esp-idf/components/esp_adc/test_apps/adc/main
Armando 35b0be3eca 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-12 11:32:04 +08:00
..
CMakeLists.txt esp_adc: remove wno flag 2022-09-05 15:46:54 +08:00
test_adc2_wifi.c esp_adc: migrate adc wifi test to test app 2022-08-29 12:33:16 +08:00
test_adc_driver_iram.c esp_adc: improve adc continuous iram test aim 2022-10-12 11:32:04 +08:00
test_adc_driver.c esp_adc: add adc ulp mode disable enum 2022-08-23 10:48:15 +08:00
test_adc_performance.c esp_adc: add adc ulp mode disable enum 2022-08-23 10:48:15 +08:00
test_adc.c esp_adc: remove wno flag 2022-09-05 15:46:54 +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: migrate adc wifi test to test app 2022-08-29 12:33:16 +08:00