Skip to content

Commit

Permalink
add: csdk update 35de685a
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Dec 13, 2024
1 parent ba011b6 commit 5bd5159
Show file tree
Hide file tree
Showing 34 changed files with 114 additions and 109 deletions.
5 changes: 5 additions & 0 deletions PLAT/core/driver/include/driver_usp.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,10 @@ int LSPI_Setup(uint8_t ID, uint32_t BusSpeed, uint8_t InterfaceMode, CBFuncEx_t
int LSPI_Sleep(uint8_t ID, uint8_t Enable);
int LSPI_WriteCmd(uint8_t ID, uint8_t Cmd, const uint8_t *Param, uint8_t ParamLen);
int LSPI_ReadData(uint8_t ID, uint8_t Cmd, uint8_t *Data, uint8_t DataLen, uint8_t DummyLen);
int LSPI_ReadDataV2(uint8_t ID, uint8_t Cmd, uint8_t *Data, uint8_t DataLen, uint8_t DummyLen);
int LSPI_WriteImageData(uint8_t ID, uint16_t ImageW, uint16_t ImageH, uint32_t DataAddress, uint32_t ByteLen, uint8_t IsBlock);
void LSPI_SetSpeed(uint8_t ID, uint32_t BusSpeed);
void LSPI_SetColorByte(uint8_t ID, uint8_t ColorByte);
int LSPI_StopCameraPreview(uint8_t ID);
int LSPI_StartCameraPreview(uint8_t ID, uint16_t CameraW, uint16_t CameraH, uint16_t ImageW, uint16_t ImageH, uint16_t CutTopLine, uint16_t CutBottomLine, uint16_t CutLeftLine, uint16_t CutRightLine, uint16_t ScaleW, uint16_t ScaleH);
#endif
62 changes: 31 additions & 31 deletions PLAT/libs/metas.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
{
"version": "1.0",
"update_time": "2024-12-11 11:36:18.070856",
"update_time": "2024-12-13 15:15:53.099022",
"libs": {
"ec718u": {
"sha1": "06b5103831d312ddc15fda5b23ce27c01467dc9a",
"size": 7204375
"sha1": "473c9e13fe6fde9090c872de5ce3486dbdbaaaf3",
"size": 7212776
},
"ec718u-ims": {
"sha1": "5e71ee16bcf8faf8d7141421fe6239606999e5a7",
"size": 7335341
"sha1": "464ee79bcd907c754587556b22ba9727e1dbff0e",
"size": 7337584
},
"ec718um": {
"sha1": "c1f508b07644ad5dc9eb155ecd1c3333a0a4e7d1",
"size": 7291813
"sha1": "061bbfa8912463ec9c4dfccae99027eab7ec1033",
"size": 7290948
},
"ec718um-ims": {
"sha1": "058f84111beb0a1530b5f24154480486155e5da2",
"size": 7415589
"sha1": "327d17ebaf43f2fbb7d5fef3488a386974fce5c3",
"size": 7418294
},
"ec718hm": {
"sha1": "6da2222ce5061aba45b9efa43861176d778f8a0a",
"size": 7278060
"sha1": "de5571cd642a4f5afb913167e90a31769b73af9c",
"size": 7281538
},
"ec718hm-ims": {
"sha1": "82b98a349df424fbf7774bfb48726188818e45db",
"size": 7414872
"sha1": "ee082b7cf322a3b8823ff3097841747de6c9aaf7",
"size": 7423152
},
"ec718pm": {
"sha1": "d97c327c4507ec9b915f66cc5ee1ee8aae7d5ac0",
"size": 7270963
"sha1": "f2588fb14826f0f25596d6ed69f130447da421b2",
"size": 7277340
},
"ec718pm-ims": {
"sha1": "8bf9910517b88531a10d0bd07342802e56cf5a0a",
"size": 7436454
"sha1": "bdf27895f1574a0763583cf159a9ba6c33744d2f",
"size": 7432272
},
"ec716e": {
"sha1": "e8923e391a35d067500db1213218ae0c2d7b61f0",
"size": 7118776
"sha1": "38297209ac5647db78ea761ae69ab64f456a680e",
"size": 7114426
},
"ec718p": {
"sha1": "0a980bca5d4dd2923c2e7ecbef913e4abcba4288",
"size": 7225868
"sha1": "6977b64a05116365c8c460b90a0c5af18a9bd104",
"size": 7222597
},
"ec718pv": {
"sha1": "5e9145c11fc2a8d373e5829da1d1451acfffaa31",
"size": 7351849
"sha1": "87816d4fc798ad8768a6b804da702ad026f44033",
"size": 7355289
},
"ec718s": {
"sha1": "d8f40c0530dc4764d0ccf46eafb41838871893a3",
"size": 13575901
"sha1": "b5e48c5693e5fade86dde79f173128dbf3a3c809",
"size": 13574260
},
"ec718s-mid": {
"sha1": "ef2eb341b53397950a5897a682ad199ab66ec41c",
"size": 13336569
"sha1": "bcd64c05ed0ac81b8914166bed6d0c917aa638dc",
"size": 13344197
},
"ec716s": {
"sha1": "b1c811703384b2c0591c3e571ac602a8f749fe14",
"size": 13531857
"sha1": "59c95b0df74de23bcec65842fc7fe13876b97b63",
"size": 13524652
},
"ec716s-mid": {
"sha1": "6cbbb227fa0cd518cfb062107815930f564d668f",
"size": 13296352
"sha1": "45c7227d372ea0b28287c32e5d81b40d22ca4e56",
"size": 13306520
}
}
}
4 changes: 2 additions & 2 deletions PLAT/middleware/developed/debug/inc/dbversion.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if !defined _DB_VERSION_H
#define _DB_VERSION_H

//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Wed Dec 11 11:34:20 2024
//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Fri Dec 13 15:14:05 2024

#define DB_VERSION_UNIQ_ID "0x00e3776c"
#define DB_VERSION_UNIQ_ID "0x4da637d2"

#endif //_DB_VERSION_H
2 changes: 1 addition & 1 deletion PLAT/prebuild/metas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0",
"update_time": "2024-12-11 11:41:37.237384",
"update_time": "2024-12-13 15:21:19.322968",
"libs": {},
"prebuild": {
"sha1": "ea7f47042ec3d6bfe36a0a753d3dcc3b9e458edd",
Expand Down
6 changes: 3 additions & 3 deletions PLAT/tools/ec716e/comdb.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DbVersion
2041202974,100
540100649,100
<end>
BuildInfo
The current data file was built by the Application Ver. 2.2.81.216, Wed Dec 11 11:26:58 2024
The current data file was built by the Application Ver. 2.2.81.216, Fri Dec 13 15:07:20 2024
<end>
EnumVals
0,0,0,0,PHY_ONLINE,PHY_ICS_MODULE,PhyIcsMeasMainEntrance_1,P_ERROR,swLogPrintf("Incorrect ICS stage ( %d ) for new euArfcn arranged for ICS MEAS ");
Expand Down Expand Up @@ -9661,5 +9661,5 @@ MW_INFO_PHY_EDRX_PARAM,midWareNvmInfoPhyEdrxParam
plat_config,plat_config_fs_t
<end>
OptionalSegment
optional_sk_01,42D13A180F0FD78FEC3F88CDE3299FED43D8946E2922BFA1F0F7E91492B51672
optional_sk_01,331F867B535F52DC90499EF46E71A3479FA26EFCE4DADEFDC03F5F7E3705FF4B
<end>
4 changes: 2 additions & 2 deletions PLAT/tools/ec716e/dbversion.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if !defined _DB_VERSION_H
#define _DB_VERSION_H

//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Wed Dec 11 11:26:58 2024
//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Fri Dec 13 15:07:21 2024

#define DB_VERSION_UNIQ_ID "0x79aa491e"
#define DB_VERSION_UNIQ_ID "0x20314829"

#endif //_DB_VERSION_H
6 changes: 3 additions & 3 deletions PLAT/tools/ec716s-mid/comdb.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DbVersion
14907244,100
1302738898,100
<end>
BuildInfo
The current data file was built by the Application Ver. 2.2.81.216, Wed Dec 11 11:34:20 2024
The current data file was built by the Application Ver. 2.2.81.216, Fri Dec 13 15:14:05 2024
<end>
EnumVals
0,0,0,0,PHY_ONLINE,PHY_ICS_MODULE,PhyIcsMeasMainEntrance_1,P_ERROR,swLogPrintf("Incorrect ICS stage ( %d ) for new euArfcn arranged for ICS MEAS ");
Expand Down Expand Up @@ -8929,5 +8929,5 @@ MW_INFO_PHY_EDRX_PARAM,midWareNvmInfoPhyEdrxParam
plat_config,plat_config_fs_t
<end>
OptionalSegment
optional_sk_01,5D56389913A8CDF17487ED63470A869F8BC89D6964536A7963C8A0B18CFC6927
optional_sk_01,6023B175C17DD6C955AD9FA6ED6728DE3BBAE0102E25E5D18FA3DC3EA9AE95BB
<end>
4 changes: 2 additions & 2 deletions PLAT/tools/ec716s-mid/dbversion.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if !defined _DB_VERSION_H
#define _DB_VERSION_H

//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Wed Dec 11 11:34:20 2024
//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Fri Dec 13 15:14:05 2024

#define DB_VERSION_UNIQ_ID "0x00e3776c"
#define DB_VERSION_UNIQ_ID "0x4da637d2"

#endif //_DB_VERSION_H
6 changes: 3 additions & 3 deletions PLAT/tools/ec716s/comdb.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DbVersion
1042111867,100
1382877476,100
<end>
BuildInfo
The current data file was built by the Application Ver. 2.2.81.216, Wed Dec 11 11:32:34 2024
The current data file was built by the Application Ver. 2.2.81.216, Fri Dec 13 15:12:25 2024
<end>
EnumVals
0,0,0,0,PHY_ONLINE,PHY_ICS_MODULE,PhyIcsMeasMainEntrance_1,P_ERROR,swLogPrintf("Incorrect ICS stage ( %d ) for new euArfcn arranged for ICS MEAS ");
Expand Down Expand Up @@ -8952,5 +8952,5 @@ MW_INFO_PHY_EDRX_PARAM,midWareNvmInfoPhyEdrxParam
plat_config,plat_config_fs_t
<end>
OptionalSegment
optional_sk_01,3B93615F2C0CE0FF61AA156569A59A6C4DA574971BE3DB29E52241FF3F73D28D
optional_sk_01,49EEAD1FB0D84047B4EDBE555562721BFE0636F54260519C53954A324FF0274A
<end>
4 changes: 2 additions & 2 deletions PLAT/tools/ec716s/dbversion.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if !defined _DB_VERSION_H
#define _DB_VERSION_H

//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Wed Dec 11 11:32:35 2024
//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Fri Dec 13 15:12:25 2024

#define DB_VERSION_UNIQ_ID "0x3e1d5d7b"
#define DB_VERSION_UNIQ_ID "0x526d0924"

#endif //_DB_VERSION_H
6 changes: 3 additions & 3 deletions PLAT/tools/ec718hm-ims/comdb.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DbVersion
299045879,100
737365965,100
<end>
BuildInfo
The current data file was built by the Application Ver. 2.2.81.216, Wed Dec 11 11:25:09 2024
The current data file was built by the Application Ver. 2.2.81.216, Fri Dec 13 15:05:41 2024
<end>
EnumVals
0,0,0,0,PHY_ONLINE,PHY_ICS_MODULE,PhyIcsMeasMainEntrance_0,P_INFO,swLogPrintf("ICS MEAS of euArfcn %d will be started ");
Expand Down Expand Up @@ -17597,5 +17597,5 @@ MW_INFO_PHY_EDRX_PARAM,midWareNvmInfoPhyEdrxParam
plat_config,plat_config_fs_t
<end>
OptionalSegment
optional_sk_01,8C5DA912DAA3D917DCBD0BA5DF0EBF894F84A9C2E69A32E66A80E6C42C361B2D
optional_sk_01,CEA03C671690C5244B5B1E3237837FE38FB9DB717ECDEC27B557251D8133D124
<end>
4 changes: 2 additions & 2 deletions PLAT/tools/ec718hm-ims/dbversion.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if !defined _DB_VERSION_H
#define _DB_VERSION_H

//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Wed Dec 11 11:25:10 2024
//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Fri Dec 13 15:05:42 2024

#define DB_VERSION_UNIQ_ID "0x11d313f7"
#define DB_VERSION_UNIQ_ID "0x2bf34fcd"

#endif //_DB_VERSION_H
6 changes: 3 additions & 3 deletions PLAT/tools/ec718hm/comdb.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DbVersion
850031938,100
2077560146,100
<end>
BuildInfo
The current data file was built by the Application Ver. 2.2.81.216, Wed Dec 11 11:24:32 2024
The current data file was built by the Application Ver. 2.2.81.216, Fri Dec 13 15:05:07 2024
<end>
EnumVals
0,0,0,0,PHY_ONLINE,PHY_ICS_MODULE,PhyIcsMeasMainEntrance_0,P_INFO,swLogPrintf("ICS MEAS of euArfcn %d will be started ");
Expand Down Expand Up @@ -9945,5 +9945,5 @@ MW_INFO_PHY_EDRX_PARAM,midWareNvmInfoPhyEdrxParam
plat_config,plat_config_fs_t
<end>
OptionalSegment
optional_sk_01,8106B22AEC4EE4D7C414067542C92B869DD79DA4DDD71CF5343CEF13C37954F6
optional_sk_01,7CEE6F9FD1FA9FB58D4A48C3BCEF6D8C3617868CFF040D54B045C312C2360F47
<end>
4 changes: 2 additions & 2 deletions PLAT/tools/ec718hm/dbversion.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if !defined _DB_VERSION_H
#define _DB_VERSION_H

//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Wed Dec 11 11:24:32 2024
//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Fri Dec 13 15:05:07 2024

#define DB_VERSION_UNIQ_ID "0x32aa7542"
#define DB_VERSION_UNIQ_ID "0x7bd50d52"

#endif //_DB_VERSION_H
6 changes: 3 additions & 3 deletions PLAT/tools/ec718p/comdb.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DbVersion
607412154,100
441197074,100
<end>
BuildInfo
The current data file was built by the Application Ver. 2.2.81.216, Wed Dec 11 11:27:31 2024
The current data file was built by the Application Ver. 2.2.81.216, Fri Dec 13 15:07:50 2024
<end>
EnumVals
0,0,0,0,PHY_ONLINE,PHY_ICS_MODULE,PhyIcsMeasMainEntrance_0,P_INFO,swLogPrintf("ICS MEAS of euArfcn %d will be started ");
Expand Down Expand Up @@ -9931,5 +9931,5 @@ MW_INFO_PHY_EDRX_PARAM,midWareNvmInfoPhyEdrxParam
plat_config,plat_config_fs_t
<end>
OptionalSegment
optional_sk_01,0F12D8EBDCA9531EAA04D7A652ACD919E69B26CA003C655EA32931E79DD3C247
optional_sk_01,26CB2F8E9D56201F3C639E26497441205482DDC8E590C51CA45CA07FCF6B1AE9
<end>
4 changes: 2 additions & 2 deletions PLAT/tools/ec718p/dbversion.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if !defined _DB_VERSION_H
#define _DB_VERSION_H

//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Wed Dec 11 11:27:32 2024
//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Fri Dec 13 15:07:50 2024

#define DB_VERSION_UNIQ_ID "0x24345fba"
#define DB_VERSION_UNIQ_ID "0x1a4c2212"

#endif //_DB_VERSION_H
6 changes: 3 additions & 3 deletions PLAT/tools/ec718pm-ims/comdb.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DbVersion
755835391,100
2081119363,100
<end>
BuildInfo
The current data file was built by the Application Ver. 2.2.81.216, Wed Dec 11 11:26:22 2024
The current data file was built by the Application Ver. 2.2.81.216, Fri Dec 13 15:06:47 2024
<end>
EnumVals
0,0,0,0,PHY_ONLINE,PHY_ICS_MODULE,PhyIcsMeasMainEntrance_0,P_INFO,swLogPrintf("ICS MEAS of euArfcn %d will be started ");
Expand Down Expand Up @@ -17597,5 +17597,5 @@ MW_INFO_PHY_EDRX_PARAM,midWareNvmInfoPhyEdrxParam
plat_config,plat_config_fs_t
<end>
OptionalSegment
optional_sk_01,8751740A3D41CBBD780EC3CF9F7A7CB0C7BD20A61630767A07DE06FB1C223C3A
optional_sk_01,E7F8D701328826B8D3620B200CAC363ED3A02B91809A465682C67D97E807AE73
<end>
4 changes: 2 additions & 2 deletions PLAT/tools/ec718pm-ims/dbversion.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if !defined _DB_VERSION_H
#define _DB_VERSION_H

//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Wed Dec 11 11:26:23 2024
//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Fri Dec 13 15:06:48 2024

#define DB_VERSION_UNIQ_ID "0x2d0d21ff"
#define DB_VERSION_UNIQ_ID "0x7c0b5c83"

#endif //_DB_VERSION_H
6 changes: 3 additions & 3 deletions PLAT/tools/ec718pm/comdb.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DbVersion
1464078073,100
1333997591,100
<end>
BuildInfo
The current data file was built by the Application Ver. 2.2.81.216, Wed Dec 11 11:25:45 2024
The current data file was built by the Application Ver. 2.2.81.216, Fri Dec 13 15:06:14 2024
<end>
EnumVals
0,0,0,0,PHY_ONLINE,PHY_ICS_MODULE,PhyIcsMeasMainEntrance_0,P_INFO,swLogPrintf("ICS MEAS of euArfcn %d will be started ");
Expand Down Expand Up @@ -9945,5 +9945,5 @@ MW_INFO_PHY_EDRX_PARAM,midWareNvmInfoPhyEdrxParam
plat_config,plat_config_fs_t
<end>
OptionalSegment
optional_sk_01,573626871B9EA41FD07A2355F9B4EEE83DDE06EC2D0C84E1DA7607DB3612C03C
optional_sk_01,E4E7DAFABAA6F1555486C003AA7195DD806C1C7B8AD5D7B9A9A9C59F3FEB18F0
<end>
4 changes: 2 additions & 2 deletions PLAT/tools/ec718pm/dbversion.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if !defined _DB_VERSION_H
#define _DB_VERSION_H

//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Wed Dec 11 11:25:45 2024
//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Fri Dec 13 15:06:14 2024

#define DB_VERSION_UNIQ_ID "0x57440ef9"
#define DB_VERSION_UNIQ_ID "0x4f833017"

#endif //_DB_VERSION_H
6 changes: 3 additions & 3 deletions PLAT/tools/ec718pv/comdb.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DbVersion
1896162975,100
592906636,100
<end>
BuildInfo
The current data file was built by the Application Ver. 2.2.81.216, Wed Dec 11 11:28:07 2024
The current data file was built by the Application Ver. 2.2.81.216, Fri Dec 13 15:08:21 2024
<end>
EnumVals
0,0,0,0,PHY_ONLINE,PHY_ICS_MODULE,PhyIcsMeasMainEntrance_0,P_INFO,swLogPrintf("ICS MEAS of euArfcn %d will be started ");
Expand Down Expand Up @@ -17601,5 +17601,5 @@ MW_INFO_PHY_EDRX_PARAM,midWareNvmInfoPhyEdrxParam
plat_config,plat_config_fs_t
<end>
OptionalSegment
optional_sk_01,648E599C3A34700AB2D443054D22482811D3D7E9934577C15BCF9AA5D344A91C
optional_sk_01,00F8588BA385DD653CB45D6C2D3F3B03253774AEC6C672515DFC74A3F2BB2069
<end>
4 changes: 2 additions & 2 deletions PLAT/tools/ec718pv/dbversion.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if !defined _DB_VERSION_H
#define _DB_VERSION_H

//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Wed Dec 11 11:28:08 2024
//The file was automatically generated by the PrePass Application Ver 2.2.81.216, Fri Dec 13 15:08:21 2024

#define DB_VERSION_UNIQ_ID "0x7105269f"
#define DB_VERSION_UNIQ_ID "0x2357098c"

#endif //_DB_VERSION_H
Loading

0 comments on commit 5bd5159

Please sign in to comment.