Skip to content

Commit 211238d

Browse files
committed
Merge branch 'ci/reenable_c5_adc_test' into 'master'
ci(adc): reenable c5 adc test and fix test val Closes IDF-13061 See merge request espressif/esp-idf!39836
2 parents 0fc082d + d7aba9b commit 211238d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

components/driver/test_apps/legacy_adc_driver/main/test_legacy_adc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#define ADC_TEST_LOW_VAL 0
8080
#define ADC_TEST_LOW_THRESH 17
8181

82-
#define ADC_TEST_HIGH_VAL 3430
82+
#define ADC_TEST_HIGH_VAL 3375
8383
#define ADC_TEST_HIGH_THRESH 200
8484

8585
#elif CONFIG_IDF_TARGET_ESP32C61

components/esp_adc/test_apps/adc/main/test_common_adc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ extern "C" {
9999
#define ADC_TEST_LOW_VAL 0
100100
#define ADC_TEST_LOW_THRESH 17
101101

102-
#define ADC_TEST_HIGH_VAL 3430
102+
#define ADC_TEST_HIGH_VAL 3375
103103
#define ADC_TEST_HIGH_VAL_DMA 4095
104104
#define ADC_TEST_HIGH_THRESH 200
105105

tools/ci/dynamic_pipelines/templates/known_generate_test_child_pipeline_warnings.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ no_runner_tags:
1414
- esp32c2,jtag,xtal_40mhz
1515
- esp32c3,flash_multi
1616
- esp32c3,sdcard_sdmode
17-
- esp32c5,adc
1817
- esp32c5,jtag
1918
- esp32c6,jtag
2019
- esp32c61,generic

0 commit comments

Comments
 (0)