esp-idf/components/esp_adc/test_apps/adc
Armando 5e31d4bb2b esp_adc: add adc ulp mode disable enum
Prior to this commit, adc ulp is disabled by setting
adc_oneshot_unit_init_cfg_t::ulp_mode to false.

After this commit, a new enum `ADC_ULP_MODE_DISABLE` is added. So
setting `ulp_mode` to `ADC_ULP_MODE_DISABLE`, instead of `false`, to
disable the ulp mode.
2022-08-22 11:00:28 +08:00
..
main esp_adc: add adc ulp mode disable enum 2022-08-22 11:00:28 +08:00
CMakeLists.txt esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
pytest_adc.py esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
README.md esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
sdkconfig.ci.iram_safe esp_adc: add test with -O0 2022-08-02 23:07:06 +08:00
sdkconfig.ci.release esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
sdkconfig.defaults esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-S2 ESP32-S3