mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(adc): support ADC continuous mode on ESP32P4
This commit is contained in:
@@ -28,7 +28,6 @@ __attribute__((unused)) static const char *TAG = "TEST_ADC";
|
||||
#define TEST_STD_ADC1_CHANNEL0 ADC_CHANNEL_2
|
||||
#endif
|
||||
|
||||
#if !CONFIG_IDF_TARGET_ESP32P4 // TODO: IDF-6497
|
||||
static int s_adc_count_size;
|
||||
static int *s_p_adc_count;
|
||||
static int s_adc_offset = -1;
|
||||
@@ -132,8 +131,6 @@ static float s_print_summary(bool figure)
|
||||
return sqrt(variation_square / count);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#if SOC_ADC_DMA_SUPPORTED
|
||||
/*---------------------------------------------------------------
|
||||
ADC Continuous Average / STD_Deviation Test
|
||||
|
Reference in New Issue
Block a user