plog icon indicating copy to clipboard operation
plog copied to clipboard

Add gettid support for ESP-PLATFORM

Open hmartin-hst opened this issue 1 year ago • 1 comments
trafficstars

This PR is just intendeed to add gettid support for ESP-PLATFORM ( ESP32, ESP32C..., ESP32S..., ... )

hmartin-hst avatar Mar 15 '24 07:03 hmartin-hst

@hmartin-hst How suitable would it be to use a task handle instead of a task number? Task numbers require configuse_TRACE_FACILITY to be set to 1. According to https://forums.freertos.org/t/comparing-two-task-handles/9972/4 task handles are unique among existing tasks but can be reused after a task is deleted while task numbers are never reused.

SergiusTheBest avatar Mar 17 '24 16:03 SergiusTheBest