Skip to content

Commit 2b2513b

Browse files
authored
Merge branch 'Qorvo:master' into master
2 parents bb0e8a6 + ca8b067 commit 2b2513b

6 files changed

+13
-13
lines changed

qpg6100/comps/qvCHIP/inc/qvCHIP.h

+11-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* INCIDENTAL OR CONSEQUENTIAL DAMAGES,
2121
* FOR ANY REASON WHATSOEVER.
2222
*
23-
* $Change: 182094 $
24-
* $DateTime: 2021/09/23 13:36:41 $
23+
* $Change: 182752 $
24+
* $DateTime: 2021/10/05 14:12:53 $
2525
*/
2626

2727
/** @file "qvCHIP.h"
@@ -110,6 +110,15 @@ void qvCHIP_RandomGet(uint8_t outputLength, uint8_t *pOutput);
110110
*/
111111
void qvCHIP_ResetSystem(void);
112112

113+
/** @brief Return HEAP statistics.
114+
*
115+
* @param pHeapFree HEAP currently free.
116+
* @param pHeapUsed HEAP currently in use.
117+
* @param pHighWatermark Maximum HEAP used.
118+
* @return result False if any parameter is NULL. True if parameters are ok
119+
*/
120+
bool qvCHIP_GetHeapStats(size_t* pHeapFree, size_t* pHeapUsed, size_t* pHighWatermark);
121+
113122
#ifdef __cplusplus
114123
}
115124
#endif //__cplusplus

qpg6100/comps/qvCHIP/inc/qvCHIP_NVM.h

+2-11
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* INCIDENTAL OR CONSEQUENTIAL DAMAGES,
2121
* FOR ANY REASON WHATSOEVER.
2222
*
23-
* $Change: 169169 $
24-
* $DateTime: 2021/03/19 08:48:13 $
23+
* $Change: 182513 $
24+
* $DateTime: 2021/09/30 22:08:35 $
2525
*/
2626

2727
/** @file "qvCHIP_NVM.h"
@@ -73,15 +73,6 @@ extern "C" {
7373
*/
7474
void qvCHIP_Nvm_Init(void);
7575

76-
/** @brief Get maximum length of data identified by keyId
77-
*
78-
* @param key NVM identifier to fetch maximum length for.
79-
* @param pKeyLen return size of key
80-
* @return QV_STATUS_NO_ERROR - no error
81-
* QV_STATUS_INVALID_ARGUMENT - key not recognised
82-
*/
83-
qvStatus_t qvCHIP_Nvm_GetMaxKeyLen(uint16_t key, uint16_t* pKeyLen);
84-
8576
/** @brief Backup data to NVM for a given key.
8677
*
8778
* @param key Identifier for NVM area to backup.
Binary file not shown.
104 Bytes
Binary file not shown.

qpg6100/lib/libQorvoStack_qpg6100.a

-161 KB
Binary file not shown.

qpg6100/lib/libmbedtls_alt_qpg6100.a

888 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)