kendryte / kendryte-freertos-sdk

This project is no longer maintained Not recommended for product development.
Apache License 2.0
201 stars 67 forks source link

Missing functions #34

Open loboris opened 5 years ago

loboris commented 5 years ago

FEATURE REQUEST

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.