-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Modify socket samples to use user mode #10972
Comments
Ok, so as this was mentioned at yesterday's networking call, let's go forward with this, and let me record response to this ticket as a kind of walkthru.
So yeah, after that printf() we have call to recv(), which (after heavy macro machinery on the C side) is rendered as So, again, to summarize, whether to work in userspace mode or not, is selected by a particular machine, and for at least one, we've been working like that for quite a while. I know that there's work in parallel to enable userspace mode by default for ARM too. Not closing right away, to avoid any confusion, because as I mentioned, my initial thought regarding this ticket was "that's how it works for quite a while". So, @laperie, please confirm that this addresses the topic. |
Hopefully it's answered. |
Since user mode support was enabled in Zephyr for sockets (See #8203) at least some of socket-based samples need to be modified to support it.
The text was updated successfully, but these errors were encountered: