-
Notifications
You must be signed in to change notification settings - Fork 584
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
netutils: introduce libwebsockets support #2733
Conversation
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
[Experimental Bot, please feedback here] No, the provided PR summary lacks details. Missing Information:
To meet the NuttX PR requirements, you need to:
Remember, a well-documented PR is crucial for reviewers to understand and approve your changes. |
Signed-off-by: wangyingdong <wangyingdong@xiaomi.com>
$(LIBWEBSOCKETS_UNPACK)/lib/roles/http/client/client-http.c \ | ||
$(LIBWEBSOCKETS_UNPACK)/lib/event-libs/poll/poll.c | ||
|
||
CSRCS += \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be wrapped with if
for MBED_TLS config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@W-M-R please take a look at this.
Summary
Impact
Testing