Workaround for Compile Error "esp32-arduino requires CONFIG_FREERTOS_HZ=1000 (currently 100)" #8375
Replies: 3 comments 2 replies
-
add |
Beta Was this translation helpful? Give feedback.
-
FWIW, I had to add it to sdkconfig, not sdkconfig.defaults |
Beta Was this translation helpful? Give feedback.
-
Temporarily changing the value from 100 to 1000 in components/cmakelists.txt solves the problem and menuconfig runs wtihout error. After that change the parameter in menuconfig and save the sdkconfig file. Lastly, revert cmakelists.txt file to its original state (i.e. undo the change you make)
original should be like:
pay attention to bold part " ... NOT CONFIG_FREERTOS_HZ EQUAL 100 ..." |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using esp32-arduino with Platform.io and have some code that uses android framework components and espressive framework components.
I am struggling to to get the code to compile due to error "esp32-arduino requires CONFIG_FREERTOS_HZ=1000 (currently 100)".
I have done some digging on the internet but have not yet found a solution/work around.
Can anyone help.
Thanks,
Adrian
Beta Was this translation helpful? Give feedback.
All reactions