refactor(sar): build sar_periph_ctrl related files by chip

This commit is contained in:
Armando
2023-08-08 10:30:27 +08:00
parent 5bd644942a
commit 00df6b378d
15 changed files with 54 additions and 5 deletions

View File

@@ -259,6 +259,10 @@ config SOC_ADC_SELF_HW_CALI_SUPPORTED
bool
default y
config SOC_ADC_SHARED_POWER
bool
default y
config SOC_APB_BACKUP_DMA
bool
default y

View File

@@ -112,6 +112,9 @@
#define SOC_ADC_CALIBRATION_V1_SUPPORTED (1) /*!< support HW offset calibration version 1*/
#define SOC_ADC_SELF_HW_CALI_SUPPORTED (1) /*!< support HW offset self calibration */
/*!< ADC power control is shared by PWDET, TempSensor */
#define SOC_ADC_SHARED_POWER 1
/*-------------------------- APB BACKUP DMA CAPS -------------------------------*/
#define SOC_APB_BACKUP_DMA (1)