Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
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
ISUZU
VC66_7C
Commits
de5ee4d5
Commit
de5ee4d5
authored
Jul 22, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加USB刷写应用触发功能
parent
b8d281ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
Key_user.c
source/Application/APP/Key/Key_user.c
+7
-1
UDS_Common.c
source/Application/UDS/APP/Common/UDS_Common.c
+1
-0
No files found.
source/Application/APP/Key/Key_user.c
View file @
de5ee4d5
...
...
@@ -14,6 +14,8 @@
#include "kwp2000_service.h"
#include "CAN_Communication_Matrix.h"
#include "UDS_Common.h"
/*-------------------------------------------------------*/
/*无车速限制值*/
#define DISPSPEEDNULLMAX 66
...
...
@@ -1414,7 +1416,11 @@ void Key_Operation_Menu(Key_Event_en_t enKeyEvent)
}
else
if
(
enKeyEvent
==
KEY_EVENT_LONG_PRESS
)
{
;
/*Do Nothing!*/
/*EOL USB 刷写功能----20220721*/
if
(
bCurMenuIDX
==
_MN_DSP_Menu_Test
)
{
StartUSBUpgrade
();
}
}
}
else
...
...
source/Application/UDS/APP/Common/UDS_Common.c
View file @
de5ee4d5
...
...
@@ -1068,6 +1068,7 @@ void BootReadFlahInit(void)
}
}
/*USB刷写应用调用接口 ----20220720----*/
void
StartUSBUpgrade
(
void
)
{
WriteJumpBootStatusToDFlash
(
Flag_App_USBStatus
);
...
...
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