Hello,
I would need to modify parameter CONFIG_FREERTOS_HZ in file sdkconfig.h from default 100 to value 1000.
This file is generated automatically and therefore it is not recommended to change it.
If I modify this parameter in my header file, I get warning from compiler.
Is there any legal method how to override this parameter, please?
Thank you
How to modify CONFIG_FREERTOS_HZ definition?
Re: How to modify CONFIG_FREERTOS_HZ definition?
Run "make menuconfig" to edit the sdkconfig file, the header file is generated from this:
https://docs.espressif.com/projects/esp ... -configure
Note the "/" keyboard shortcut which you can use to search for the option you want (press a number key on the search results page to go that result.)
https://docs.espressif.com/projects/esp ... -configure
Note the "/" keyboard shortcut which you can use to search for the option you want (press a number key on the search results page to go that result.)
-
- Posts: 9759
- Joined: Thu Nov 26, 2015 4:08 am
Re: How to modify CONFIG_FREERTOS_HZ definition?
Make menuconfig -> component config -> FreeRTOS -> Tick rate (hz)
Edit: Hi Angus! *wave*
Edit: Hi Angus! *wave*
Re: How to modify CONFIG_FREERTOS_HZ definition?
Hello guys,
thank you so much. It works
Have a nice day.
thank you so much. It works
Have a nice day.
Who is online
Users browsing this forum: No registered users and 130 guests