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