esp-idf/components/esp_adc
Armando f8500f77b1 fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-07 14:12:50 +08:00
..
deprecated fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:12:50 +08:00
esp32 fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:12:50 +08:00
esp32c2 fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:12:50 +08:00
esp32c3 esp_adc: move adc common hw related code into esp_hw_support 2022-07-28 03:49:48 +00:00
esp32h2/include esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
esp32s2 fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:12:50 +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 fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:12:50 +08:00
.build-test-rules.yml test(adc): continuous driver iram test with gdma iram safe option only 2023-08-25 10:56:20 +08:00
adc_cali_curve_fitting.c adc: fixed the issue that multiply overflow before type expand 2023-06-07 11:42:29 +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 fix(adc): invalid assertion on the adc_unit 2023-08-25 10:21:46 +08: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 fix(adc): fix s_adc_tsen_enabled not set issue 2023-07-06 16:48:59 +08:00
CMakeLists.txt esp_adc: remove wno flag 2022-09-05 15:46:54 +08:00
curve_fitting_coefficients.h esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
Kconfig adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 12:07:38 +08:00
linker.lf fix(adc): fix adc continuous hal func not in iram when gdma isr iram 2023-08-24 10:50:33 +08:00