Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi thread support. #313

Open
huji0624 opened this issue Dec 7, 2018 · 0 comments
Open

Multi thread support. #313

huji0624 opened this issue Dec 7, 2018 · 0 comments

Comments

@huji0624
Copy link

huji0624 commented Dec 7, 2018

I found that f-stack only support single thread.It use the init thread as current thread all the time.

void ff_init_thread0(void) { pcurthread = &thread0; }

static __inline struct thread * __curthread_ff(void) { return (pcurthread); }

Is there any chance that I can manipulate f-stack to support multi thread.Can anyone show me a path how to do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant