mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-21 02:28:34 -04:00
Update version number in manifest.yml (#756)
Add automation to update version number in manifest.yml. Also, bring required commits from main.
This commit is contained in:
parent
fe005419f0
commit
0d871946ab
4 changed files with 66 additions and 8 deletions
|
@ -2133,7 +2133,7 @@
|
|||
{
|
||||
BaseType_t xReturn = pdFAIL;
|
||||
QueueSetMemberHandle_t xInternalQueueSetMemberHandle = NULL;
|
||||
QueueSetHandle_t xInternalQueueSetHandle;
|
||||
QueueSetHandle_t xInternalQueueSetHandle = NULL;
|
||||
int32_t lIndexQueueSet, lIndexQueueSetMember;
|
||||
|
||||
lIndexQueueSet = ( int32_t ) xQueueSet;
|
||||
|
@ -2215,7 +2215,7 @@
|
|||
|
||||
const char * MPU_pcQueueGetNameImpl( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */
|
||||
{
|
||||
const char * pcReturn;
|
||||
const char * pcReturn = NULL;
|
||||
QueueHandle_t xInternalQueueHandle = NULL;
|
||||
int32_t lIndex;
|
||||
|
||||
|
@ -2519,7 +2519,7 @@
|
|||
{
|
||||
BaseType_t xReturn = pdFAIL;
|
||||
QueueSetMemberHandle_t xInternalQueueSetMemberHandle = NULL;
|
||||
QueueSetHandle_t xInternalQueueSetHandle;
|
||||
QueueSetHandle_t xInternalQueueSetHandle = NULL;
|
||||
int32_t lIndexQueueSet, lIndexQueueSetMember;
|
||||
|
||||
lIndexQueueSet = ( int32_t ) xQueueSet;
|
||||
|
@ -3330,7 +3330,7 @@
|
|||
const EventBits_t uxBitsToWaitFor,
|
||||
TickType_t xTicksToWait ) /* PRIVILEGED_FUNCTION */
|
||||
{
|
||||
EventBits_t xReturn;
|
||||
EventBits_t xReturn = 0;
|
||||
EventGroupHandle_t xInternalEventGroupHandle = NULL;
|
||||
int32_t lIndex;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue