Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
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
时昊
haoJin750TFT
Commits
00e65d02
Commit
00e65d02
authored
Nov 12, 2024
by
张金硕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jinshuo' into 'dev'
🐞
fix:修改版本号开启OTA升级 See merge request
!105
parents
ddc74af3
90c88a1f
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
11 deletions
+33
-11
BlueTooth.h
Firmware/Source/Application/BlueTooth.h
+1
-1
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+22
-0
Sys_Task_List.c
Firmware/Source/System/Sys_Task_List.c
+1
-1
UDS_ISO14229_Services.h
Firmware/Source/UDS/UDS_ISO14229_Services.h
+5
-5
Option.properties
Firmware/utility/诊断工具/Option/Option.properties
+4
-4
No files found.
Firmware/Source/Application/BlueTooth.h
View file @
00e65d02
...
...
@@ -23,7 +23,7 @@ typedef struct {
uint16_t
Vaild
;
}
TEXT_STRUCT
;
#define INFORMATION_VERSION_DATE "20241
015
"
#define INFORMATION_VERSION_DATE "20241
111
"
#define SW_EXTERNAL_VERSION "100"
#define POWER_STATE_IGN_OFF 0u
#define POWER_STATE_IGN_ON 1u
...
...
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
00e65d02
...
...
@@ -5285,6 +5285,17 @@ void AMT630H_GUI_Display_Navigation_Area(void)
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0495_655_197
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0496_410_197
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0498_411_252
);
/*UUID*/
/*0.0.0.0和已激活*/
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0479_242_313
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0480_255_326
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0479_260_313
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0480_272_326
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0479_277_313
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0480_289_326
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0479_294_313
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0479_242_313
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0492_243_344
);
if
(
Get_UUID_UDSStatus
()
==
1
)
{
DisplayNumPara
.
NumList
=
NumbeList_UUID_DAY
;
//数组
...
...
@@ -5311,6 +5322,17 @@ void AMT630H_GUI_Display_Navigation_Area(void)
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1032_655_197
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1033_410_197
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1035_411_252
);
/*UUID*/
/*0.0.0.0和已激活*/
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1016_242_313
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1017_255_326
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1016_260_313
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1017_272_326
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1016_277_313
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1017_289_326
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1016_294_313
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_1029_243_344
);
if
(
Get_UUID_UDSStatus
()
==
1
)
{
DisplayNumPara
.
NumList
=
NumbeList_UUID_NIGHT
;
//数组
...
...
Firmware/Source/System/Sys_Task_List.c
View file @
00e65d02
...
...
@@ -20,7 +20,7 @@ void Sys_2ms_Tasks(void)
Sys_Status_Update_Service
();
Analog_Signal_Conv_Service
();
AMT630H_Main
();
//
Check_MCU_Info_in_630H();
Check_MCU_Info_in_630H
();
DoCAN_Timer_Update
(
2000u
);
//Can_Write_Fun(&CAN_CH0_CanMsgTxOp, 2000u);无外发
CanMSg_XMS_Analysis
(
&
CAN_CH0_CanMsgOp
,
2u
);
...
...
Firmware/Source/UDS/UDS_ISO14229_Services.h
View file @
00e65d02
...
...
@@ -29,12 +29,12 @@
/******************************************************************************
program version
*******************************************************************************/
#define SWV 0x10
8
// 0x100 = 1.00 software version 软件版本号
#define HWV 0x1
1
0 // 0x100 = 1.00 hardware version 硬件版本号
#define BTV 0x10
4
// 0x100 = 1.00 bootloader version boot程序版本号
#define SWV 0x10
9
// 0x100 = 1.00 software version 软件版本号
#define HWV 0x1
2
0 // 0x100 = 1.00 hardware version 硬件版本号
#define BTV 0x10
5
// 0x100 = 1.00 bootloader version boot程序版本号
#define internal_version (10
8
UL)
/* 内部版本号 105 -> 1.05 */
#define internal_date (20241
015
UL)
/* 内部版本日期 20240805 -> 2024.08.05 */
#define internal_version (10
9
UL)
/* 内部版本号 105 -> 1.05 */
#define internal_date (20241
111
UL)
/* 内部版本日期 20240805 -> 2024.08.05 */
/**
*DFlash
...
...
Firmware/utility/诊断工具/Option/Option.properties
View file @
00e65d02
#new Option
#
Wed Aug 21 20:04:42
CST 2024
#
Mon Nov 11 18:37:13
CST 2024
IsSort
=
true
MergeFlashIsCompression
=
false
ChangeAppFilePath
=
...
...
@@ -7,7 +7,7 @@ MergeCanXLSPath=
RH850_D1M1AGPIOJSONpath
=
DBFFilePath
=
MergeCrcTtpe
=
29
MergeBootFilePath
=
D
\:\\
git
\\
haojin750tft
\\
Firmware
\\
utility
\\
Boot_Release
\\
HaoJin_750TFT_HJYB-7500TFT_BV1.0
4_2024082
1.hex
MergeBootFilePath
=
D
\:\\
git
\\
haojin750tft
\\
Firmware
\\
utility
\\
Boot_Release
\\
HaoJin_750TFT_HJYB-7500TFT_BV1.0
5_2024103
1.hex
IsMergeChangeAddress
=
false
MergeFlashOutPutFilePath
=
GPIOOutPutPath
=
...
...
@@ -47,7 +47,7 @@ IsMergeCreateHex=false
MergeFlashIsCreateREC
=
false
TTFExtractTTFpath
=
MergeImageFilePath
=
IsMergeCreateUpdateBin
=
fals
e
IsMergeCreateUpdateBin
=
tru
e
MergeImageSize
=
128M
CRCFilePath
=
MergeFlashCompressionFormat
=
...
...
@@ -56,7 +56,7 @@ IsHexDisplay=true
MergeLineInXLSPath
=
MergeFlashInPutFilePath
=
MergeFlashIsInternal
=
false
MergeOutPutFilePath
=
D
\:\\\u9879\u
76EE
\\\u
8C6A
\u
8FDB
\\
haojin750TFT
\\
srec-
8.2
1
MergeOutPutFilePath
=
D
\:\\\u9879\u
76EE
\\\u
8C6A
\u
8FDB
\\
haojin750TFT
\\
srec-
shuo
\\
srec-11.1
1
MergeAppFilePath
=
D
\:\\
git
\\
haojin750tft
\\
Firmware
\\
Project
\\
Cmsemicon
\\
BAT32A279
\\
MDK_ARM
\\
Objects
\\
HaoJin750TFT.hex
MergeTelltalesXLSPath
=
FillingByte
=
-86
...
...
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