You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some FreeRTOS functions are still not prepared for use with two processors.
For example, configGENERATE_RUN_TIME_STATS cannot be enabled and all runtime statistics related functions are not available.
Justification
All FreeRTOS functionality should be available for K210 port.
Many of the missing functions are used quite often and it shouldn't be too hard to implement the missing functionality.
Workarounds
No workarounds as far as I can see.
As an example of FreeRTOS implementation fo two cores the esp-idf FreeRTOS port could be useful.
The text was updated successfully, but these errors were encountered:
Missing feature
Some FreeRTOS functions are still not prepared for use with two processors.
For example,
configGENERATE_RUN_TIME_STATS
cannot be enabled and all runtime statistics related functions are not available.Justification
All FreeRTOS functionality should be available for K210 port.
Many of the missing functions are used quite often and it shouldn't be too hard to implement the missing functionality.
Workarounds
No workarounds as far as I can see.
As an example of FreeRTOS implementation fo two cores the esp-idf FreeRTOS port could be useful.
The text was updated successfully, but these errors were encountered: