-
Notifications
You must be signed in to change notification settings - Fork 222
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
Problem in ‘pico_protocol_generic_loop’ #482
Comments
Hello, The support for multithreaded environments works as follows:
For examples of integration in RTOS see also:
|
More details on how to port on *OS in the wiki documentation: |
Thank you for your reply. |
I read the source code of picotcp, and I have some questions.
First, what is the ‘pico_protocol_generic_loop’ function purpose? What is in the loop? The protocol or the layer?
Second, Whether the project is multi-threading, if so, where does the code create the new thread? if not , how does the function 'pico_stack_tick' to assign CPU time slices to all the modules previously registered
The text was updated successfully, but these errors were encountered: