smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.63k stars 402 forks source link

Add minimum support for iOS #896

Closed Chilledheart closed 5 months ago

Chilledheart commented 5 months ago

Below is my usage of smoltcp on iOS:

Tested on iOS 17 and iOS on ARM macOS.

The minimum requirement for smoltcp is making it compile when targeting iOS, so there is the patch.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d185a37) 79.82% compared to head (ccfff8b) 79.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #896 +/- ## ========================================== + Coverage 79.82% 79.91% +0.08% ========================================== Files 80 80 Lines 28053 28232 +179 ========================================== + Hits 22394 22561 +167 - Misses 5659 5671 +12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.