Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gettid support for ESP-PLATFORM #283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hmartin-hst
Copy link

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
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.

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.

None yet

2 participants