Search found 1 match
- Thu Jun 01, 2023 12:19 am
- Forum: ESP-IDF
- Topic: Impossible to cleanly implement the FreeRTOS macro traceTASK_CREATE() in ESP-IDF?
- Replies: 1
- Views: 799
Impossible to cleanly implement the FreeRTOS macro traceTASK_CREATE() in ESP-IDF?
I would like to define the macro traceTASK_CREATE() in a standard FreeRTOS way, but it seems that this is impossible to do cleanly in ESP-IDF. Normally, the macro would be defined in FreeRTOSConfig.h, which is included in FreeRTOS.h (which provides a default null implementation if not supplied in Fr...