esp-idf/components/app_trace
Darian Leung 77f2eba57e freeRTOS: Synchronize queue functions to v10.4.3
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.
2022-09-19 21:30:32 +08:00
..
gcov esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
include freertos: remove portmacro_deprtecated.h file 2022-04-05 04:38:35 +00:00
port esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
private_include app_trace: add SPDX headers, mention SystemView in copyrights doc 2022-02-03 17:44:59 +01:00
sys_view freeRTOS: Synchronize queue functions to v10.4.3 2022-09-19 21:30:32 +08:00
test build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
app_trace_membufs_proto.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
app_trace_util.c freertos: Replace portSET_INTERRUPT_MASK_FROM_ISR() call for SMP 2022-05-30 06:11:24 +08:00
app_trace.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
CMakeLists.txt global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
heap_trace_tohost.c apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
host_file_io.c Merge branch 'update_copyright_notice_app_trace' into 'master' 2021-05-03 12:00:53 +00:00
Kconfig app_trace: add support for UART to the app trace module. 2022-03-23 17:51:14 +03:00
linker.lf apptrace: move all apptrace related functions to IRAM 2022-06-23 16:54:24 +08:00
project_include.cmake cmake: using toolchain prefix determined by cmake itself 2022-01-10 10:06:09 +08:00
sdkconfig.rename app_trace: support gptimer as timestamp source 2022-01-07 14:59:09 +08:00