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
44ed1a31
Commit
44ed1a31
authored
Jan 08, 2025
by
高士达
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'CJL' into 'dev'
Cjl See merge request
!125
parents
3370aadc
2675ee42
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
5 deletions
+16
-5
GUI_Display.c
Firmware/Source/Application/GUI_Display/GUI_Display.c
+10
-1
SEG_DISPLAY.c
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
+3
-1
UDS_ISO14229_Services.h
Firmware/Source/UDS/UDS_ISO14229_Services.h
+3
-3
TY_TY200.080000b_ty_BAT32G139GK64FB_BootApp_S1.30_250107.srec
...Y200.080000b_ty_BAT32G139GK64FB_BootApp_S1.30_250107.srec
+0
-0
TY_TY200.080000b_ty_BAT32G139GK64FB_UpdateApp_S1.30_250107.srec
...00.080000b_ty_BAT32G139GK64FB_UpdateApp_S1.30_250107.srec
+0
-0
软件变更记录(天鹰项目139).xlsx
Firmware/utility/程序释放/软件变更记录(天鹰项目139).xlsx
+0
-0
No files found.
Firmware/Source/Application/GUI_Display/GUI_Display.c
View file @
44ed1a31
...
...
@@ -74,7 +74,9 @@ void Gauge_Service(void)
Check_SEG_Display
();
for
(
k
=
0
;
k
<
LampCh0_MAX
;
k
++
)
{
if
(
k
==
LampCh0_24_Keys
||
k
==
LampCh0_21_Fuel_W
||
k
==
LampCh0_13_Temp_AlarmW
||
k
==
LampCh0_26_Tire_PressureW
)
if
(
k
==
LampCh0_24_Keys
||
k
==
LampCh0_21_Fuel_W
\
||
k
==
LampCh0_13_Temp_AlarmW
||
k
==
LampCh0_26_Tire_PressureW
\
||
k
==
LampCh0_23_Bluetooth
)
{
;
}
...
...
@@ -84,6 +86,13 @@ void Gauge_Service(void)
}
}
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_10_Navigator1
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_19_Navigator2
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_17_Length2
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_18_Length1
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_14_ARRIVED_SERVICE_AREA
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_15_ARRIVED_TOLLGATE
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_16_ARRIVED_TUNNEL
,
LED_OFF
);
}
else
{
...
...
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
View file @
44ed1a31
...
...
@@ -4505,8 +4505,10 @@ void Check_SEG_Display(void)
SEG_SET_Voltage_NUM
(
1
,
a
*
111
);
//SEG_SET_Navigation_STS(0, 0, 0);
for
(
i
=
0
;
i
<
SEG_LED_MAX
;
i
++
)
{
if
(
i
!=
em_SEG_Bluetooth
)
SEG_SET_LED_STS
(
i
,
1
);
}
...
...
Firmware/Source/UDS/UDS_ISO14229_Services.h
View file @
44ed1a31
...
...
@@ -312,13 +312,13 @@
#define CheckSumErr 7 // Checksum Error
#define UnknownPartID 8 // Unknown Part ID
#define SWV 0x1
29
// 0x100 = 1.00 software version 软件版本号
#define SWV 0x1
30
// 0x100 = 1.00 software version 软件版本号
#define HWV 0x103 // 0x100 = 1.00 hardware version 硬件版本号
#define BTV 0x100 // 0x100 = 1.00 bootloader version boot程序版本号
#define INTLV 0x1
29
// 0x100 = 1.00 internal version 内部版本号
#define INTLV 0x1
30
// 0x100 = 1.00 internal version 内部版本号
#define PROG_Y 0x25 // 0x24 = 2024年, program year
#define PROG_M 0x01 // 0x03 = 3月, program month
#define PROG_D 0x0
2
// 0x19 = 19日, program day
#define PROG_D 0x0
7
// 0x19 = 19日, program day
/******************************************************************************
Bootloader Variable
...
...
Firmware/utility/程序释放/20250107/TY_TY200.080000b_ty_BAT32G139GK64FB_BootApp_S1.30_250107/TY_TY200.080000b_ty_BAT32G139GK64FB_BootApp_S1.30_250107.srec
0 → 100644
View file @
44ed1a31
This diff is collapsed.
Click to expand it.
Firmware/utility/程序释放/20250107/TY_TY200.080000b_ty_BAT32G139GK64FB_BootApp_S1.30_250107/TY_TY200.080000b_ty_BAT32G139GK64FB_UpdateApp_S1.30_250107.srec
0 → 100644
View file @
44ed1a31
This diff is collapsed.
Click to expand it.
Firmware/utility/程序释放/软件变更记录(天鹰项目139).xlsx
View file @
44ed1a31
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