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 esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
esp32c2/include esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
esp32c3 esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
esp32c6/include esp32c6: add minimal ci support 2022-09-26 20:32:13 +08: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-08-26 15:08:18 +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 esp_adc: improve adc continuous iram test aim 2022-10-09 02:35:22 +00:00
adc_cali_curve_fitting.c esp_adc: remove wno flag 2022-08-26 15:08:18 +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: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00: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 esp_adc: remove wno flag 2022-08-26 15:08:18 +08:00
CMakeLists.txt driver: Minor update for esp32c6 2022-09-26 20:32:13 +08:00
curve_fitting_coefficients.h esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
Kconfig esp_adc: add a kconfig to disable dac on certain adc IOs 2022-08-22 18:04:55 +08:00
linker.lf esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00