mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'ci/reenable_c5_adc_test_v5.5' into 'release/v5.5'
ci(adc): reenable c5 adc test and fix test val (v5.5) See merge request espressif/esp-idf!39906
This commit is contained in:
@ -79,7 +79,7 @@
|
||||
#define ADC_TEST_LOW_VAL 0
|
||||
#define ADC_TEST_LOW_THRESH 17
|
||||
|
||||
#define ADC_TEST_HIGH_VAL 3430
|
||||
#define ADC_TEST_HIGH_VAL 3375
|
||||
#define ADC_TEST_HIGH_THRESH 200
|
||||
|
||||
#elif CONFIG_IDF_TARGET_ESP32C61
|
||||
|
@ -99,7 +99,7 @@ extern "C" {
|
||||
#define ADC_TEST_LOW_VAL 0
|
||||
#define ADC_TEST_LOW_THRESH 17
|
||||
|
||||
#define ADC_TEST_HIGH_VAL 3430
|
||||
#define ADC_TEST_HIGH_VAL 3375
|
||||
#define ADC_TEST_HIGH_VAL_DMA 4095
|
||||
#define ADC_TEST_HIGH_THRESH 200
|
||||
|
||||
|
@ -14,7 +14,6 @@ no_runner_tags:
|
||||
- esp32c2,jtag,xtal_40mhz
|
||||
- esp32c3,flash_multi
|
||||
- esp32c3,sdcard_sdmode
|
||||
- esp32c5,adc
|
||||
- esp32c5,jtag
|
||||
- esp32c5_2,generic_multi_device
|
||||
- esp32c6,jtag
|
||||
|
Reference in New Issue
Block a user