Page 1 of 1

How do you define your custom FreeRTOS trace hook macros in ESP-IDF?

Posted: Sun Jul 20, 2025 3:00 pm
by greengnu
https://freertos.org/Documentation/02-K ... ce-feature says to add them to the end of FreeRTOSConfig.h, but https://docs.espressif.com/projects/esp ... ertos.html says that FreeRTOSConfig.h is considered private in ESP-IDF, and it looks like esp-idf/components/freertos/config/include/freertos/FreeRTOSConfig.h (https://github.com/espressif/esp-idf/bl ... onfig.h#L4) has hardcoded include for "SEGGER_SYSVIEW_FreeRTOS.h"

but how do you properly create your own component that defines these tracing macros?