diff options
author | Damien George <damien@micropython.org> | 2022-07-26 18:48:06 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-08-29 14:41:21 +1000 |
commit | 9a826e0f24add1b7e719e915e0d4dde1c14b416e (patch) | |
tree | 4ba8155cffa4d70e2521e70ebcd5006d83e89cf8 /lib | |
parent | d521899e18c305a4cf3870449e3dd12308f7a806 (diff) | |
download | micropython-9a826e0f24add1b7e719e915e0d4dde1c14b416e.tar.gz micropython-9a826e0f24add1b7e719e915e0d4dde1c14b416e.zip |
lib/lwip: Update lwIP to v2.1.3, tag STABLE-2_1_3_RELEASE.
There don't seem to be many changes going from v2.1.2 to v2.1.3 of lwIP.
Mostly they are:
- IPv6 fixes and improvements
- changes to apps and other code that MicroPython doesn't use
- comments and tests
- minor bug fixes
In particular there doesn't look to be any change to the API of any
function used by MicroPython.
Network multi tests pass on PYBD_SF2 and PYBD_SF6. PYBD_SF2, PYBD_SF6 and
PICO_W have unchanged iperf3 performance. Similar results for networking
on the mimxrt port.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'lib')
m--------- | lib/lwip | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/lwip b/lib/lwip -Subproject 159e31b689577dbf69cf0683bbaffbd71fa5ee1 +Subproject 6ca936f6b588cee702c638eee75c2436e6cf75d |