esp-idf/components/esp_adc
Darian 84eedefca2 Merge branch 'refactor/freertos_port_types_usage' into 'master'
FreeRTOS: Remove usage of portXXX_TYPE

See merge request espressif/esp-idf!25107
2023-08-01 19:57:32 +08:00
..
deprecated all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
esp32 esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
esp32c2 adc_calib: support calibration v2 on esp32c6 2023-06-26 10:40:36 +08:00
esp32c3 refactor(adc_calib): Simplify 2nd step coefficient calculation 2023-07-06 14:22:03 +08:00
esp32c6 refactor(adc_calib): Simplify 2nd step coefficient calculation 2023-07-06 14:22:03 +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 refactor(adc_calib): Simplify 2nd step coefficient calculation 2023-07-06 14:22:03 +08:00
include fix(adc_continuous.h): Fix Doxygen syntax error 2023-07-31 12:11:00 +08:00
interface esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_apps/adc test(adc): continuous driver iram test with gdma iram safe option only 2023-07-17 10:16:40 +08:00
.build-test-rules.yml test(adc): continuous driver iram test with gdma iram safe option only 2023-07-17 10:16:40 +08:00
adc_cali_curve_fitting.c refactor(adc_calib): Simplify 2nd step coefficient calculation 2023-07-06 14:22:03 +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 adc_cali: supported channel compensation of adc calibration on esp32c6 2023-05-23 22:44:25 +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_continuous.c refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02: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 refactor(adc): maintain s_adc_tsen_enabled in adc driver 2023-07-06 17:28:49 +08:00
CMakeLists.txt feat(adc): use soc_caps to decide which files to be included 2023-07-05 11:45:48 +08:00
curve_fitting_coefficients.h refactor(adc_calib): Simplify 2nd step coefficient calculation 2023-07-06 14:22:03 +08:00
Kconfig adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 02:06:03 +00:00
linker.lf fix(adc): fix adc continuous hal func not in iram when gdma isr iram 2023-07-17 10:15:48 +08:00