Closed LasseRosenow closed 1 week ago
Memory usage after merging this PR will be:
Is this still a Draft or should we consider it for merging, @LasseRosenow? I like this approach since I can use it for Zephyr also
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Is this still a Draft or should we consider it for merging, @LasseRosenow? I like this approach since I can use it for Zephyr also
I will add more examples to RIOT today and see if I can test if everything still works correctly and undraft it :)
Memory usage after merging this PR will be:
Coverage after merging tcp-ip-channel-no-ioctl into main will be
32.27% |
---|
This changes the TcpIpChannel implementation in the following way
ioctl.h
=>sys/select.h
close
instead ofshutdown
, which is not available inRIOT
The rationale behind this is to improve compatibility with platforms such as
zephyr
orRIOT
which don't have full POSIX support.This PR is a draft because I didn't have time to test it yet. There might be implementation bugs.
(I had some problems with compiling the example applications in examples/posix)