-
Notifications
You must be signed in to change notification settings - Fork 86
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
feat(newlib): using kernel networking, instead of lwip #1237
Conversation
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.
There is some overlap with #1165. Could you integrate those changes and test? :)
8bf9278
to
e21dcda
Compare
I cherry-picked the commits in question and everything still works 👍 |
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.
I cherry-picked the commits in question and everything still works 👍
Awesome, could you remove the merge commit? :)
7ccf585
to
2708358
Compare
Done. I spent half an hour looking for it this morning, turns out i accidentally hit "Update branch" on Github and never pulled the change to my local, so i was searching for something that didn't exist :) |
2708358
to
58a2e3b
Compare
Signed-off-by: Martin Kröning <[email protected]>
Signed-off-by: Martin Kröning <[email protected]>
Adapted cfg to now use kernel networking with newlib feature.
Closes #1165