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

Update defconfig.common with CONFIG_FREERTOS_USE_TRACE_FACILITY=y #112

Closed
wants to merge 5 commits into from

Conversation

playmiel
Copy link

@playmiel playmiel commented Apr 5, 2023

active CONFIG_FREERTOS_USE_TRACE_FACILITY

playmiel added 2 commits April 5, 2023 17:49
…E_TRACE_FACILITY=y

correct active CONFIG_FREERTOS_USE_TRACE_FACILITY
@playmiel playmiel closed this Apr 5, 2023
@playmiel playmiel reopened this Apr 6, 2023
@Jason2866
Copy link
Contributor

Why?

@playmiel
Copy link
Author

it is to have all freertos task tracking functions

@Jason2866
Copy link
Contributor

Adding needs resources which are missing for normal use cases. It is a debug feature, which should not enabled by default

@playmiel
Copy link
Author

I just added CONFIG_FREERTOS_USE_TRACE_FACILITY=y to the defconfig.common file, I didn't need to add anything else and normally it should be enabled for arduino-esp32 3.0.0 ? espressif/arduino-esp32#4746

@Jason2866
Copy link
Contributor

Yes and is still a debug feature which slows down everything when activated
https://www.freertos.org/vTaskGetInfo.html

@playmiel
Copy link
Author

oh sorry I didn't know as I didn't see any difference when I activated it I didn't think it could slow down the program

@me-no-dev
Copy link
Member

Closing because it will cause performance degradation for all our users. Feel free to compile your own set of libs (and use the release/v4.4 branch).

@me-no-dev me-no-dev closed this Jul 18, 2023
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.

3 participants