esp-idf/components/esp_adc
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
..
deprecated esp_adc: remove wno flag 2022-08-26 15:08:18 +08:00
esp32
esp32c2/include
esp32c3
esp32c6/include esp32c6: add minimal ci support 2022-09-26 20:32:13 +08:00
esp32h2/include
esp32s2 esp_adc: remove wno flag 2022-08-26 15:08:18 +08:00
esp32s3
include
interface
test_apps/adc esp_adc: improve adc continuous iram test aim 2022-10-09 02:35:22 +00:00
CMakeLists.txt driver: Minor update for esp32c6 2022-09-26 20:32:13 +08:00
Kconfig
adc_cali.c
adc_cali_curve_fitting.c esp_adc: remove wno flag 2022-08-26 15:08:18 +08:00
adc_common.c
adc_continuous.c
adc_lock.c
adc_oneshot.c esp_adc: remove wno flag 2022-08-26 15:08:18 +08:00
curve_fitting_coefficients.h
linker.lf