esp-idf/components/esp_adc
Konstantin Kondrashov c350c3c504 Merge branch 'feature/cleanup_wrong_log_use' into 'master'
all: Removes unnecessary newline character in logs

Closes IDFGH-10197

See merge request espressif/esp-idf!24131
2023-06-15 21:49:49 +08:00
..
deprecated all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
esp32
esp32c2 all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
esp32c3
esp32c6 adc_cali: supported channel compensation of adc calibration on esp32c6 2023-05-23 22:44:25 +08:00
esp32h2/include esp_adc: support h2 oneshot mode and continuous mode 2023-02-23 11:48:31 +08:00
esp32p4/include esp32p4: introduce the target 2023-06-13 15:16:11 +08:00
esp32s2 all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
esp32s3
include adc: added a flag to replace internal pool data with newest data, when pool is full 2023-05-31 10:55:01 +08:00
interface
test_apps/adc Merge branch 'feature/cleanup_wrong_log_use' into 'master' 2023-06-15 21:49:49 +08:00
.build-test-rules.yml adc: support ADC on esp32c6 (driver/test/example) 2022-12-23 11:24:06 +08:00
CMakeLists.txt adc: new feature adc digital monitor supported 2023-05-24 17:46:52 +08:00
Kconfig adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 02:06:03 +00:00
adc_cali.c
adc_cali_curve_fitting.c all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
adc_common.c adc_cali: supported channel compensation of adc calibration on esp32c6 2023-05-23 22:44:25 +08:00
adc_continuous.c adc: port gh pr to current adc continuous mode driver 2023-06-05 14:25:53 +08:00
adc_continuous_internal.h adc: added a flag to replace internal pool data with newest data, when pool is full 2023-05-31 10:55:01 +08:00
adc_filter.c adc: fix adc filter acquire logic 2023-05-06 10:31:19 +08:00
adc_monitor.c adc: new feature adc digital monitor supported 2023-05-24 17:46:52 +08:00
adc_oneshot.c adc_oneshot: move power acquire back to adc_oneshot_new_unit 2023-05-23 22:44:32 +08:00
curve_fitting_coefficients.h
linker.lf