Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WZ-EF01
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
WZ
WZ-EF01
Commits
28d855f0
Commit
28d855f0
authored
Jun 19, 2025
by
崔立宝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
变更TYW-2025-00446,增加排气制动指示灯
parent
4a809f7c
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
967 additions
and
963 deletions
+967
-963
Telltales.c
code/Sources/Application/src/Telltales.c
+5
-1
PowerManagement.c
code/Sources/System/src/PowerManagement.c
+2
-1
main.c
code/Sources/System/src/main.c
+3
-0
WZ_EF01_BootApp_S0.12_F0.08_250619.s19
s19/WZ_EF01_BootApp_S0.12_F0.08_250619.s19
+476
-478
WZ_EF01_UpdateApp_S0.12_F0.08_250619.s19
s19/WZ_EF01_UpdateApp_S0.12_F0.08_250619.s19
+476
-478
释放软件说明.txt
s19/释放软件说明.txt
+2
-2
Option.properties
utility/诊断工具1.10.11 x64/Option/Option.properties
+3
-3
五征EF01-软件变更记录.xlsx
流程文件/五征EF01-软件变更记录.xlsx
+0
-0
五征EF01-软件自测报告.xlsx
流程文件/五征EF01-软件自测报告.xlsx
+0
-0
No files found.
code/Sources/Application/src/Telltales.c
View file @
28d855f0
...
...
@@ -1747,6 +1747,7 @@ void Telltales_Management(void)
}
//锟斤拷锟斤拷锟狡讹拷锟斤拷锟斤拷指示 24
#if 0
if ((NVM_CONFIG_DA > 0) || (NVM_CONFIG_XI > 0) || (NVM_CONFIG_YUN > 0))
{
if (Retarder_Request_BrakeLight >= 125) //偏锟斤拷锟斤拷-125 7D锟斤拷125 7D锟斤拷锟斤拷锟斤拷锟斤拷
...
...
@@ -1757,13 +1758,15 @@ void Telltales_Management(void)
TelltaleLCDFlag.Sig.LCD16 = 1;
}
else if (NVM_CONFIG_KANG > 0)
#endif
{
if
(
Retarder_Request_BreakLight_KANG
==
1
)
TelltaleLCDFlag
.
Sig
.
LCD16
=
1
;
else
TelltaleLCDFlag
.
Sig
.
LCD16
=
0
;
}
else
if
(
NVM_CONFIG_WEI
>
0
)
#if 0
else if (NVM_CONFIG_WEI > 0)
{
if (Retarder_Request_BreakLight_WEI == 1)
TelltaleLCDFlag.Sig.LCD16 = 1;
...
...
@@ -1777,6 +1780,7 @@ void Telltales_Management(void)
else
TelltaleLCDFlag.Sig.LCD16 = 0;
}
#endif
//EPS锟斤拷锟斤拷指示锟斤拷 46
/* if (NVM_CONFIG_EPS == 0)
{
...
...
code/Sources/System/src/PowerManagement.c
View file @
28d855f0
...
...
@@ -579,7 +579,8 @@ void Power_IGN_On_Init ( void )
//Radar_R3_Receive_Enable(1);
//SEG_LCD_Init(); //--hyq-20180923
Line_In_Enable
(
1
);
Line_In_Enable
(
1
);
Retarder_Request_BreakLight_KANG
=
0
;
}
/*****************************************************************
** Function name: Power_Sleep_Init()
...
...
code/Sources/System/src/main.c
View file @
28d855f0
...
...
@@ -43,6 +43,9 @@
// 修改禅道问题58042 一级菜单--进入胎压监测信息后退出,一级菜单显示多出一个横杠
// 修改禅道问题58046 一级菜单--进入用户设置后点击任一二级菜单进入三级菜单后退出到一级菜单,一级菜单界面出现显示残留
//20250616 排气制动指示灯控制信号改变
//20250618 增加唤醒和ingoff->ignon排气制动指示灯控制信号清零
#include "main.h"
#include "fuelconfig.h"
#include "UDS_ISO14229_Services.h"
...
...
s19/WZ_EF01_BootApp_S0.1
1_F0.08_240817
.s19
→
s19/WZ_EF01_BootApp_S0.1
2_F0.08_250619
.s19
View file @
28d855f0
This diff is collapsed.
Click to expand it.
s19/WZ_EF01_UpdateApp_S0.1
1_F0.08_240817
.s19
→
s19/WZ_EF01_UpdateApp_S0.1
2_F0.08_250619
.s19
View file @
28d855f0
This diff is collapsed.
Click to expand it.
s19/释放软件说明.txt
View file @
28d855f0
1、WZ_EF01_BootApp_S0.1
1_FV0.08_240817
.s19,完整版,适用于新生产的无程序仪表
2、WZ_EF01_UpdateApp_S0.1
1_F0.08_240817
.s19,APP版,适用于烧过完整版程序仪表,需配合诊断工具使用
1、WZ_EF01_BootApp_S0.1
2_FV0.08_250619
.s19,完整版,适用于新生产的无程序仪表
2、WZ_EF01_UpdateApp_S0.1
2_F0.08_250619
.s19,APP版,适用于烧过完整版程序仪表,需配合诊断工具使用
utility/诊断工具1.10.11 x64/Option/Option.properties
View file @
28d855f0
#new Option
#
Wed Aug 28 09:25:0
6 CST 2024
#
Mon Sep 02 13:46:1
6 CST 2024
IsSort
=
true
MergeFlashIsCompression
=
false
ChangeAppFilePath
=
...
...
@@ -56,8 +56,8 @@ IsHexDisplay=true
MergeLineInXLSPath
=
MergeFlashInPutFilePath
=
MergeFlashIsInternal
=
false
MergeOutPutFilePath
=
H
\:\\\u
4E94
\u
5F81
\\\u
4E94
\u
5F81EF01
\\\u
53D8
\u
66F4240807
\\\u
5DE5
\u
7A0B
\u6587\u
4EF6
MergeAppFilePath
=
H
\:\\\u
4E94
\u
5F81
\\\u
4E94
\u
5F81EF01
\\\u
53D8
\u
66F4240807
\\
code-
\u
53D8
\u
66F4
\u
540E
\\
bin
\\
WZ_EF01.s19
MergeOutPutFilePath
=
C
\:\\
Users
\\
Administrator
\\
Desktop
\\\u
65B0
\u
5EFA
\u6587\u
4EF6
\u5939
MergeAppFilePath
=
C
\:\\
Users
\\
Administrator
\\
Desktop
\\\u
65B0
\u
5EFA
\u6587\u
4EF6
\u5939
\\
WZ_EF01.s19
MergeTelltalesXLSPath
=
FillingByte
=
-86
ImageVersion
=
0
...
...
流程文件/五征EF01-软件变更记录.xlsx
View file @
28d855f0
No preview for this file type
流程文件/五征EF01-软件自测报告.xlsx
View file @
28d855f0
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