Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TY
TianYing_ty100
Commits
6366e2a7
Commit
6366e2a7
authored
Mar 06, 2025
by
高士达
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'CJL' into 'dev'
Cjl See merge request
!128
parents
7cd531b6
7b4f720a
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
7 deletions
+8
-7
SEG_DISPLAY.c
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
+1
-0
PowerManag_user.c
Firmware/Source/Component/PowerManagement/PowerManag_user.c
+3
-3
UDS_ISO14229_Services.h
Firmware/Source/UDS/UDS_ISO14229_Services.h
+4
-4
TY_TY200.080000b_ty_BAT32G139GK64FB_BootApp_S1.32_250306.srec
...Y200.080000b_ty_BAT32G139GK64FB_BootApp_S1.32_250306.srec
+0
-0
TY_TY200.080000b_ty_BAT32G139GK64FB_UpdateApp_S1.32_250306.srec
...00.080000b_ty_BAT32G139GK64FB_UpdateApp_S1.32_250306.srec
+0
-0
天鹰200-软件变更记录-250306.xlsx
Firmware/utility/程序释放/天鹰200-软件变更记录-250306.xlsx
+0
-0
No files found.
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
View file @
6366e2a7
...
@@ -4539,6 +4539,7 @@ void Checkself_SEG_Display(void)
...
@@ -4539,6 +4539,7 @@ void Checkself_SEG_Display(void)
uint8_t
min
=
0
;
uint8_t
min
=
0
;
uint32_t
ODO
=
0
;
uint32_t
ODO
=
0
;
uint32_t
Mileage
=
0
;
uint32_t
Mileage
=
0
;
uint16_t
speedCount
=
0
;
if
(
Common_GetIgnOnTime
()
>=
200
)
if
(
Common_GetIgnOnTime
()
>=
200
)
{
{
...
...
Firmware/Source/Component/PowerManagement/PowerManag_user.c
View file @
6366e2a7
...
@@ -50,13 +50,13 @@ static void Power_KL30_Init(void)
...
@@ -50,13 +50,13 @@ static void Power_KL30_Init(void)
ClearODO_Flag
=
0
;
ClearODO_Flag
=
0
;
Gpio_Init
(
Gpio_KL30_Init
);
Gpio_Init
(
Gpio_KL30_Init
);
Analog_Signal_Conv_Init
();
Analog_Signal_Conv_Init
();
Can_Init
();
CAN_TX_Init
();
Sys_KL30_Init
();
Sys_KL30_Init
();
Simulated_IIC_2_Init
();
Simulated_IIC_2_Init
();
eeprom_StoreInfo_Init
();
eeprom_StoreInfo_Init
();
Can_Init
();
Data_TPMS_KL30_Init
();
Data_TPMS_KL30_Init
();
CAN_TX_Init
();
//CAN_TX_SetEnable(&CAN_CH0_CanMsgTxOp, CAN_N_TX_Enable);
//CAN_TX_SetEnable(&CAN_CH0_CanMsgTxOp, CAN_N_TX_Enable);
DFlash_init
();
DFlash_init
();
Data_Read_DiagPara
();
Data_Read_DiagPara
();
...
...
Firmware/Source/UDS/UDS_ISO14229_Services.h
View file @
6366e2a7
...
@@ -312,13 +312,13 @@
...
@@ -312,13 +312,13 @@
#define CheckSumErr 7 // Checksum Error
#define CheckSumErr 7 // Checksum Error
#define UnknownPartID 8 // Unknown Part ID
#define UnknownPartID 8 // Unknown Part ID
#define SWV 0x13
1
// 0x100 = 1.00 software version 软件版本号
#define SWV 0x13
2
// 0x100 = 1.00 software version 软件版本号
#define HWV 0x103 // 0x100 = 1.00 hardware version 硬件版本号
#define HWV 0x103 // 0x100 = 1.00 hardware version 硬件版本号
#define BTV 0x100 // 0x100 = 1.00 bootloader version boot程序版本号
#define BTV 0x100 // 0x100 = 1.00 bootloader version boot程序版本号
#define INTLV 0x13
1
// 0x100 = 1.00 internal version 内部版本号
#define INTLV 0x13
2
// 0x100 = 1.00 internal version 内部版本号
#define PROG_Y 0x25 // 0x24 = 2024年, program year
#define PROG_Y 0x25 // 0x24 = 2024年, program year
#define PROG_M 0x0
2
// 0x03 = 3月, program month
#define PROG_M 0x0
3
// 0x03 = 3月, program month
#define PROG_D 0x
10
// 0x19 = 19日, program day
#define PROG_D 0x
06
// 0x19 = 19日, program day
/******************************************************************************
/******************************************************************************
Bootloader Variable
Bootloader Variable
...
...
Firmware/utility/程序释放/20250306/TY_TY200.080000b_ty_BAT32G139GK64FB_BootApp_S1.32_250306/TY_TY200.080000b_ty_BAT32G139GK64FB_BootApp_S1.32_250306.srec
0 → 100644
View file @
6366e2a7
This diff is collapsed.
Click to expand it.
Firmware/utility/程序释放/20250306/TY_TY200.080000b_ty_BAT32G139GK64FB_BootApp_S1.32_250306/TY_TY200.080000b_ty_BAT32G139GK64FB_UpdateApp_S1.32_250306.srec
0 → 100644
View file @
6366e2a7
This diff is collapsed.
Click to expand it.
Firmware/utility/程序释放/天鹰200-软件变更记录-250
220
.xlsx
→
Firmware/utility/程序释放/天鹰200-软件变更记录-250
306
.xlsx
View file @
6366e2a7
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment