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

Memory usage #33

Open
colesnicov opened this issue Jun 1, 2018 · 1 comment
Open

Memory usage #33

colesnicov opened this issue Jun 1, 2018 · 1 comment

Comments

@colesnicov
Copy link

Hello. Did I catch up with the use of memory? Use a common STACK for all the threads or each STACK sampling, as is the case with FreeRTOS? Thank you.

@CAHEK7
Copy link
Contributor

CAHEK7 commented Jun 1, 2018

That library does not manage memory at all, as well as it does not manage any kind of context switch. It just schedules to run function callbacks at certain timeframe inside the main loop (or interrupt handler).
So the answer is - common stack for everything. Threads are not isolated from each other and from the other code.

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

2 participants