- 用 DLD154V4B vd1_task/per_channel 替换 vds_task 复杂算法
- 移除 FUNCTION_B/二次判断/快速变化/多重确认等增强特性
- 保留平坦性离开算法 (CN200910309382),每通道独立状态
- 灵敏度表改为 DLD154V4B 4级: {216,108,36,10} / {108,72,18,9}
- 清理废弃类型: FltHistoryManager, Loop_ACS_Info, StageRangeConfig 等
- 首次添加 vd960DBN 完整源码
38 lines
1.3 KiB
C
38 lines
1.3 KiB
C
/********************************** (C) COPYRIGHT *******************************
|
|
* File Name : ch32v20x_conf.h
|
|
* Author : WCH
|
|
* Version : V1.0.0
|
|
* Date : 2022/06/16
|
|
* Description : Library configuration file.
|
|
*********************************************************************************
|
|
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
|
|
* Attention: This software (modified or not) and binary are used for
|
|
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
|
|
*******************************************************************************/
|
|
|
|
#ifndef __CH32V20x_CONF_H
|
|
#define __CH32V20x_CONF_H
|
|
|
|
#include "ch32v20x_adc.h"
|
|
#include "ch32v20x_bkp.h"
|
|
#include "ch32v20x_can.h"
|
|
#include "ch32v20x_crc.h"
|
|
#include "ch32v20x_dbgmcu.h"
|
|
#include "ch32v20x_dma.h"
|
|
#include "ch32v20x_exti.h"
|
|
#include "ch32v20x_flash.h"
|
|
#include "ch32v20x_gpio.h"
|
|
#include "ch32v20x_i2c.h"
|
|
#include "ch32v20x_iwdg.h"
|
|
#include "ch32v20x_pwr.h"
|
|
#include "ch32v20x_rcc.h"
|
|
#include "ch32v20x_rtc.h"
|
|
#include "ch32v20x_spi.h"
|
|
#include "ch32v20x_tim.h"
|
|
#include "ch32v20x_usart.h"
|
|
#include "ch32v20x_wwdg.h"
|
|
#include "ch32v20x_it.h"
|
|
#include "ch32v20x_misc.h"
|
|
|
|
#endif /* __CH32V20x_CONF_H */
|