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

Add xTaskCreateStaticAtProcessor #58

Open eschutz opened 4 years ago

eschutz commented 4 years ago

Adds xTaskCreateStaticAtProcessor(), implemented similarly to xTaskCreateAtProcessor().

I have not run into any issues using this in my own code, and it seems appropriate to increase coverage of FreeRTOS functions for multiple processors. Very partially addresses issue #34 .