Skip to content

Add gettid support for ESP-PLATFORM#283

Open
hmartin-hst wants to merge 1 commit into
SergiusTheBest:masterfrom
hmartin-hst:add-esp-platform-support-tid
Open

Add gettid support for ESP-PLATFORM#283
hmartin-hst wants to merge 1 commit into
SergiusTheBest:masterfrom
hmartin-hst:add-esp-platform-support-tid

Conversation

@hmartin-hst

Copy link
Copy Markdown

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

@SergiusTheBest SergiusTheBest self-assigned this Mar 17, 2024
@SergiusTheBest

Copy link
Copy Markdown
Owner

@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 SergiusTheBest force-pushed the master branch 2 times, most recently from 0687baa to e5c033e Compare August 10, 2025 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants