Skip to content

Remove mt

Darryl Green requested to merge github/fork/girishpathak/remove_mt into master

Created by: girishpathak

The current multi-threading features and interface such as

int fwk_thread_create(fwk_id_t id); and fwk_thread_put_event_and_wait

is planned for removal. However, removal of its use from platforms is required. This pull request includes the commits that remove the use of multi-threading from all the platforms except n1sdp.

Merge request reports