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
37f6cfaa
Commit
37f6cfaa
authored
Jan 19, 2023
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整编译条件,修改警告
parent
194cb60d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
81 deletions
+4
-81
project.gpj
ghs/project.gpj
+1
-1
Data_Gear.c
source/Application/APP/Data_Gear/Data_Gear.c
+0
-51
Fuel_Calibration.h
source/Application/Gen_Tool/Fuel_Calibration.h
+1
-1
kwp2000_protocol.c
source/Application/K_BUS/kwp2000_protocol.c
+1
-27
Emulated_EEPROM_Access.c
source/Driver/Memory/Emulated_EEPROM_Access.c
+1
-1
No files found.
ghs/project.gpj
View file @
37f6cfaa
...
...
@@ -263,7 +263,7 @@ primaryTarget=v800_standalone.tgt
-rh850_4bytewordoffset
-reserve_r2
-DPlatform_32Bit
-O
general
-O
none
.\group\Application.gpj
.\group\Driver.gpj
.\group\Graphic.gpj
...
...
source/Application/APP/Data_Gear/Data_Gear.c
View file @
37f6cfaa
...
...
@@ -43,35 +43,7 @@ void Data_Service_Gear_Processing(void)
{
Gear_Processing_Service
();
}
/******************************************************************************
Function:Get_Gear_Mode_Type
Description:Get Gear P/R/N/D/M/S
Input:
Output: P/R/N/D/M/S
******************************************************************************/
uint8_t
Get_Gear_Mode_Type
(
void
)
{
}
/******************************************************************************
Get_Gear_Mode_UPDOWN_Number
Description:Get Gear 1/2/3/4/...
Input:
Output: 1/2/3/4/...
******************************************************************************/
uint8_t
Get_Gear_Mode_UPDOWN_Number
(
void
)
{
}
/******************************************************************************
Function:Get_Gear_Mode_Up_Down
Description:Get Gear UP/DOWN
Input:
Output: UP/DOWN
******************************************************************************/
uint8_t
Get_Gear_Mode_Up_Down
(
void
)
{
}
/******************************************************************************
Function:Gear_Mode_Display
Description:
...
...
@@ -86,29 +58,6 @@ uint8_t Get_Gear_Mode_Display_Flash(void)
return
(
uint8_t
)
Gear_Status
;
}
uint8_t
Get_Gear_Mode_M_A_Display
(
void
)
{
}
uint8_t
Get_Gear_Mode_P_E_Display
(
void
)
{
}
uint8_t
Get_Gear_Mode_L_C_Display
(
void
)
{
}
//-------------------------------------------
//档位 数据处理
//-------------------------------------------
//区域7显示逻辑
//-------------------------------------------
//344 - 3.2.档位显示
//-------------------------------------------
static
struct
{
uint8_t
Number
;
//档位编号
...
...
source/Application/Gen_Tool/Fuel_Calibration.h
View file @
37f6cfaa
#ifndef __Fuel_Calibration__
#define __Fuel_Calibration__
#include "stdint.h"
#include "
TYW_
stdint.h"
void
Fuel_Set_Filling
(
uint8_t
Filling
);
void
Fuel_Set_EstimationFlag
(
uint8_t
m_EstimationFlag
);
...
...
source/Application/K_BUS/kwp2000_protocol.c
View file @
37f6cfaa
...
...
@@ -37,7 +37,6 @@ unsigned long Kwp2000_ComState_Flag;
*********************************************************************
*/
void
Kwp2000_CallService
(
unsigned
char
Sid_u8
);
unsigned
char
kwp2000_CalcSeriveTabSize
(
void
);
/*-----------------------------------------------------------------------------------*/
const
Kwp2000_ServiceTab_Entry_t
Kwp2000_ServiceTab
[]
=
...
...
@@ -71,19 +70,7 @@ void Kwp2000_CallService(unsigned char Sid_u8)
serviceFound
=
0
;
Kwp2000_Negative
.
ResponseCode
=
0
;
#if 0
for (index = 0; index < kwp2000_CalcSeriveTabSize(); index++)
{
if (Kwp2000_ServiceTab[index].sId == Sid_u8)
{
serviceFound = 1;
Kwp2000_ComState.Tx_len = Kwp2000_ServiceTab[index].Kwp2000_Servie((unsigned char *)&Kwp2000_ComState.TxBuffer[4],
(unsigned char *)&Kwp2000_ComState.Request_Datas[1]);
break;
}
}
#endif
switch
(
Sid_u8
)
{
case
KWP2000_ECURESET_REQUEST
:
...
...
@@ -320,17 +307,4 @@ void Kwp2000_Handle(void)
break
;
}
}
}
/*-------------------------------------------------------------------------
* Function Name : kwp2000_CalcSeriveTabSize
* Description : kwp2000 Calculate Serive Table Size
* Input :
* Output : None
* Return : None
* onther :
--------------------------------------------------------------------------*/
unsigned
char
kwp2000_CalcSeriveTabSize
(
void
)
{
//return (unsigned char)(sizeof(Kwp2000_ServiceTab) / sizeof(Kwp2000_ServiceTab_Entry_t));
}
}
\ No newline at end of file
source/Driver/Memory/Emulated_EEPROM_Access.c
View file @
37f6cfaa
#include "stddef.h"
#include "stdint.h"
#include "
TYW_
stdint.h"
#include "Emulated_EEPROM_Access.h"
typedef
union
...
...
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