Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LE19
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
时昊
LE19
Commits
527bd6ab
Commit
527bd6ab
authored
Dec 01, 2023
by
杨真东
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'shihao' into 'dev'
Shihao See merge request
!5
parents
7049f04b
25a848ba
Changes
12
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
55 additions
and
3 deletions
+55
-3
Key.c
le19源码/Source/Application/Key/Key.c
+6
-1
Key.h
le19源码/Source/Application/Key/Key.h
+2
-0
PowerManagement.c
le19源码/Source/Application/Power/PowerManagement.c
+1
-0
UDS_Common.c
le19源码/Source/Application/UDS/APP/Common/UDS_Common.c
+2
-2
lg02y_backram区变量初始化检查.txt
utility/lg02y_backram区变量初始化检查.txt
+40
-0
LE19_2023-11-29-19-00_SV001.002_HV001.001_BOOTSW103_ALL.srec
...9_2023-11-29-19-00_SV001.002_HV001.001_BOOTSW103_ALL.srec
+0
-0
LE19_2023-11-29-19-00_SV001.002_HV001.001_BOOTSW103_APP.srec
...9_2023-11-29-19-00_SV001.002_HV001.001_BOOTSW103_APP.srec
+0
-0
LE19_2023-11-29-19-00_SV001.002_HV001.001_BOOTSW103_updata.bin
...2023-11-29-19-00_SV001.002_HV001.001_BOOTSW103_updata.bin
+0
-0
LE19程序说明.txt
utility/程序释放/LE19_2023-11-29/LE19程序说明.txt
+4
-0
软件变更记录_le19.xlsx
utility/程序释放/LE19_2023-11-29/软件变更记录_le19.xlsx
+0
-0
经系统确认,休眠唤醒保持上一状态的证据2023-11-28.png
utility/经系统确认,休眠唤醒保持上一状态的证据2023-11-28.png
+0
-0
经项目确认,休眠唤醒保持上一状态的证据2023-11-28.png
utility/经项目确认,休眠唤醒保持上一状态的证据2023-11-28.png
+0
-0
No files found.
le19源码/Source/Application/Key/Key.c
View file @
527bd6ab
...
...
@@ -21,12 +21,17 @@ uint8_t EnergyRecovery0_Key;
uint8_t
Key_SW_OTA_Timer
;
uint8_t
Key_SW_EnergyRecovery_Timer
;
uint8_t
Key_SW_EnergyRecovery0_Timer
;
uint8_t
EnergyRecovery_Level
=
2
;
#pragma location="BACKUP_RAM_CONTENT"
uint8_t
EnergyRecovery_Level
;
/*uint8_t Key_sts;
static void btn_Int_Trip_cb(button_event_t event);*/
static
void
btn_Ext_Trip_cb
(
button_event_t
event
);
void
EnergyRecovery_KL30_Init
(
void
)
{
EnergyRecovery_Level
=
2
;
}
void
ClearNOuseButton
(
void
)
{
...
...
le19源码/Source/Application/Key/Key.h
View file @
527bd6ab
...
...
@@ -55,5 +55,6 @@ void EnergyRecovery_Key_Detect(void);
void
EnergyRecovery0_Key_Detect
(
void
);
uint8_t
EnergyRecovery_Key_val
(
void
);
uint8_t
EnergyRecovery0_Key_val
(
void
);
void
EnergyRecovery_KL30_Init
(
void
);
#endif
\ No newline at end of file
le19源码/Source/Application/Power/PowerManagement.c
View file @
527bd6ab
...
...
@@ -348,6 +348,7 @@ void Power_KL30_Init(void)
Gauge_KL30_Init
(
);
Temp_Calc_Init
();
Maintenance_Init_Example
();
EnergyRecovery_KL30_Init
();
}
/**********************************************************************************************************
*@Function: Power_Wakeup_Init
...
...
le19源码/Source/Application/UDS/APP/Common/UDS_Common.c
View file @
527bd6ab
...
...
@@ -28,7 +28,7 @@ Ser2EToDFlashInfoUnion Ser2EToDFlashInfo;
DTCToDFlashInfoUnion
DTCToDFlashInfo
;
const
uint8_t
DID_F180
[
16
]
=
{
'1'
,
'0'
,
'3'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
const
uint8_t
DID_F187
[
21
]
=
{
'9'
,
'9'
,
'0'
,
'0'
,
'1'
,
'6'
,
'2'
,
'7'
,
'4'
,
'4'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
const
uint8_t
DID_F189
[
16
]
=
{
'0'
,
'0'
,
'1'
,
'.'
,
'0'
,
'0'
,
'
1
'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
//主机厂定义的软件版本编号
const
uint8_t
DID_F189
[
16
]
=
{
'0'
,
'0'
,
'1'
,
'.'
,
'0'
,
'0'
,
'
2
'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
//主机厂定义的软件版本编号
const
uint8_t
DID_F191
[
16
]
=
{
'0'
,
'0'
,
'1'
,
'.'
,
'0'
,
'0'
,
'1'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
//主机厂定义的硬件版本编号
const
uint8_t
DID_F193
[
16
]
=
{
'H'
,
'V'
,
'0'
,
'0'
,
'1'
,
'.'
,
'0'
,
'0'
,
'1'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
//供应商定义的硬件版本编号
const
uint8_t
DID_F199
[
4
]
=
{
0x20u
,
0x23u
,
0x02u
,
0x24u
};
...
...
@@ -39,7 +39,7 @@ DTCToDFlashInfoUnion DTCToDFlashInfo;
const
uint8_t
Ser22_DID_F18A
[
6
]
=
{
'4'
,
'5'
,
'1'
,
'0'
,
'0'
,
'3'
};
const
uint8_t
Ser22_DID_F18B
[
4
]
=
{
0x20
,
0x23
,
0x02
,
0x24
};
const
uint8_t
Ser22_DID_F18C
[
24
]
=
"0000"
;
const
uint8_t
Ser22_DID_F195
[
16
]
=
"SV001.00
1
"
;
//供应商定义的软件版本编号
const
uint8_t
Ser22_DID_F195
[
16
]
=
"SV001.00
2
"
;
//供应商定义的软件版本编号
const
uint8_t
Ser22_DID_F1A2
[
4
]
=
{
0x20
,
0x23
,
0x02
,
0x24
};
/*const uint8_t Ser22_DID_F1AA[8];
const uint8_t Ser22_DID_F1AE[] = "";
...
...
utility/lg02y_backram区变量初始化检查.txt
0 → 100644
View file @
527bd6ab
未初始化
DataODOCalc.Rsvd
已初始化
TimerRecord
Data_ODO_SyncCnt
Data_ODO_SyncKM
Data_ODO_SyncReason
DataMileageRollingCounter
DataMileage
Data_ODO_Val
DataODOValid
EEPROM_St
Input_ODO_Para
Data_ODO_ClearCnt
Data_ODO_ClearKM
DataTripA
DataTripAValid
DataTripACalc
NVMEEPROMFault
NVMUpdateCtrl
NVMODO_back
定义,但没调用相关函数
Data_Interval_Para
Servicekm
ServiceTimer
DataMileageRollingCounter1
DataMileage1
DataODOValid1
EEPROM_St1
Input_ODO_Para1
ClkStartupTest
ClkStartupTest
utility/程序释放/LE19_2023-11-29/LE19_2023-11-29-19-00_SV001.002_HV001.001_BOOTSW103_ALL.srec
0 → 100644
View file @
527bd6ab
This diff is collapsed.
Click to expand it.
utility/程序释放/LE19_2023-11-29/LE19_2023-11-29-19-00_SV001.002_HV001.001_BOOTSW103_APP.srec
0 → 100644
View file @
527bd6ab
This diff is collapsed.
Click to expand it.
utility/程序释放/LE19_2023-11-29/LE19_2023-11-29-19-00_SV001.002_HV001.001_BOOTSW103_updata.bin
0 → 100644
View file @
527bd6ab
File added
utility/程序释放/LE19_2023-11-29/LE19程序说明.txt
0 → 100644
View file @
527bd6ab
Updata.bin是一键升级小盒专用程序
ALL是烧写器烧写的程序
APP是诊断工具升级的程序
\ No newline at end of file
utility/程序释放/LE19_2023-11-29/软件变更记录_le19.xlsx
0 → 100644
View file @
527bd6ab
File added
utility/经系统确认,休眠唤醒保持上一状态的证据2023-11-28.png
0 → 100644
View file @
527bd6ab
55.7 KB
utility/经项目确认,休眠唤醒保持上一状态的证据2023-11-28.png
0 → 100644
View file @
527bd6ab
222 KB
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