From f6ae3ec1b9fbf0b9b4e1a50ecf185a94d8856fe7 Mon Sep 17 00:00:00 2001 From: Roy_01 Date: Thu, 26 Jun 2025 09:59:10 +0800 Subject: [PATCH] config: new DEF_ELITE_PEL_V3_0 config --- app_config.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/app_config.h b/app_config.h index 5d645b3..6315a2d 100644 --- a/app_config.h +++ b/app_config.h @@ -108,6 +108,7 @@ extern "C" #define DEF_ELITE_DEV 0x00000000 #define DEF_ELITE_EDC_V2_0 0x00020109 #define DEF_ELITE_PEL_V2_0 0x00070001 +#define DEF_ELITE_PEL_V3_0 0x00070002 #define DEF_ELITE_CPG_V1_1 0x00080001 #define DEF_ELITE_MMM_V1_0 0x00090001 #define DEF_ELITE_MODEL DEF_ELITE_DEV @@ -229,6 +230,47 @@ extern "C" #define DEF_UART_ENABLED 0 +#elif (DEF_ELITE_MODEL == DEF_ELITE_PEL_V3_0) +#define BOARD_IOPH 1 +#define BOARD_IOPL 0 + +#define ELITE_DEVICE_NAME "Elite-PEL" +#define ELITE_HW_NAME "Elite-PELv3.0" +#define BOARD_IOPx BOARD_IOPH +#define MAJOR_PRODUCT_NUMBER 0 +#define MINOR_PRODUCT_NUMBER 7 +#define MAJOR_VERSION_NUMBER 0 +#define MINOR_VERSION_NUMBER 2 + +#define DEF_TW1508_ENABLED 0 + +#define DEF_LED_COUNT 0 +#define DEF_LED_DRV_ENABLED 0 +#define DEF_APA102_2020_ENABLED 0 + +#define DEF_ADC_DRV_ENABLED 1 +#define DEF_ADS8691_ENABLED 0 +#define DEF_BULTIN_ADC_ENABED 1 + +#define DEF_DAC_DRV_ENABLED 0 +#define DEF_MAX5136_ENABLED 0 + +#define DEF_SW_DRV_ENABLED 0 +#define DEF_MAX14802_ENABLED 0 +#define DEF_ADGS1412_ENABLED 0 + +#define DEF_FS_ENABLED 0 +#define DEF_FS_RTT_DIR 0 +#define DEF_GD25D10C_ENABLED 0 + +#define DEF_BTN_ENABLED 0 + +#define DEF_RTT_JSCOP_ENABLED 0 + +#define DEF_USBD_ENABLED 1 + +#define DEF_UART_ENABLED 0 + #elif (DEF_ELITE_MODEL == DEF_ELITE_CPG_V1_1) #define ELITE_DEVICE_NAME "Elite-CPG" #define ELITE_HW_NAME "Elite-CPGv1.1"