mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 18:19:07 -04:00
This commit synchronizes multiple functions in queue.c with upstream v10.4.3. Multi-core modifications are then reapplied to these functions. The following functions were modified: prvNotifyQueueSetContainer() xQueueGenericCreateStatic() xQueueGenericCreate() xQueueGetMutexHolder() xQueueCreateCountingSemaphoreStatic() xQueueCreateCountingSemaphore() xQueueGenericSend() xQueueGenericSendFromISR() xQueueReceiveFromISR() uxQueueMessagesWaiting() prvUnlockQueue() prvIsQueueFull() xQueueAddToSet() xQueueRemoveFromSet() prvNotifyQueueSetContainer() Note: The SEGGER_SYSVIEW traceQUEUE_SEND() macro was updated as the xCopyPosition argument is no longer available in scenarios where the macro is called.