ARM-software / CMSIS-FreeRTOS

FreeRTOS adaptation for CMSIS-RTOS Version 2
https://arm-software.github.io/CMSIS-FreeRTOS/
Other
517 stars 140 forks source link

CMSIS-RTOS2 is missing trace events #108

Open VladimirUmek opened 2 months ago

VladimirUmek commented 2 months ago

FreeRTOS kernel V11 significantly enhanced the trace event generation by adding traceENTER and traceRETURN macros. The wrapper for CMSIS-RTOS2 does not have similar trace macros defined and it would be beneficial to have them and enhance the debug experience.

JonatanAntoni commented 2 months ago

Does this somehow map to EventRecorder?

VladimirUmek commented 2 months ago

Yes, CMSIS-FreeRTOS maps trace events to Event Recorder.