feat(adc): support ADC oneshot and continuous on C61

This commit is contained in:
gaoxu
2024-11-06 15:40:44 +08:00
committed by Gao Xu
parent d2c74a6b1e
commit efd04b7709
32 changed files with 1189 additions and 86 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ typedef struct {
};
} adc_digi_output_data_t;
#elif CONFIG_IDF_TARGET_ESP32C6 || CONFIG_IDF_TARGET_ESP32H2 || CONFIG_IDF_TARGET_ESP32C5
#elif CONFIG_IDF_TARGET_ESP32C6 || CONFIG_IDF_TARGET_ESP32H2 || CONFIG_IDF_TARGET_ESP32C5 || CONFIG_IDF_TARGET_ESP32C61
/**
* @brief ADC digital controller (DMA mode) output data format.
* Used to analyze the acquired ADC (DMA) data.