mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
driver: Minor update for esp32c6
Leave TODO for esp_adc and legacy adc driver HAL/SOC update for spi and i2s
This commit is contained in:

committed by
Song Ruo Jing

parent
fbc19fad70
commit
5115e31175
15
components/esp_adc/esp32c6/include/adc_cali_schemes.h
Normal file
15
components/esp_adc/esp32c6/include/adc_cali_schemes.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @file adc_cali_schemes.h
|
||||
*
|
||||
* @brief Supported calibration schemes
|
||||
*/
|
||||
|
||||
//Now no scheme supported
|
Reference in New Issue
Block a user