mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
77f2eba57e
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. |
||
---|---|---|
.. | ||
SEGGER_SYSVIEW_FreeRTOS.c | ||
SEGGER_SYSVIEW_FreeRTOS.h |