diff options
author | Daniël van de Giessen <daniel@dvdgiessen.nl> | 2024-05-27 14:25:23 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-05-15 11:56:14 +1000 |
commit | 3b1e22c66947271e8b60eddf4e8aa6dadc6d9a7d (patch) | |
tree | b8142b5e3e04e463b3031b165eca517e22addfee /tools/verifygitlog.py | |
parent | 24065824796b54d42fdb93457bf53d21656e473e (diff) |
esp32/network_ppp: Restructure to match extmod/network_ppp_lwip.
The ESP32 PPP implementation predates the generic
implementation in extmod. The new extmod
implementation has a few advantages such as a
better deinitialisation procedure (the ESP32
implemementation would not clean up properly and
cause crashes if recreated) and using the UART IRQ
functionality instead of running a task to read
data from the UART.
This change restructures the ESP implementation to
be much closer to the new extmod version, while
also bringing a few tiny improvements from the
ESP32 version to the extmod version. The diff
between extmod/network_ppp_lwip.c and
ports/esp32/network_ppp.c is now a small set of
easy to review ESP32 port-specific changes.
Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
Diffstat (limited to 'tools/verifygitlog.py')
0 files changed, 0 insertions, 0 deletions