aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/network_ppp.c
AgeCommit message (Expand)Author
2020-10-06esp32: Use path relative to root for netutils/timeutils headers.Damien George
2020-09-18esp32/modnetwork: Re-enable PPP support for IDF-SDK >=v4.Mirko Vogt
2020-04-14esp32: Update to ESP IDF v3.3.2.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-18all: Convert exceptions to use mp_raise_XXX helpers in remaining places.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-27py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George
2019-09-17esp32: Support building with ESP IDF 4.0-beta1.Jim Mussared
2019-08-14esp32/network_ppp: Add authentication support to the PPP interface.Kenta IDA
2019-07-25esp32: Pin MicroPython tasks to a specific core.Amir Gonnen
2019-07-04esp32/network_ppp: Add ppp_set_usepeerdns(pcb, 1) when init'ing iface.Eric Poulsen
2019-05-17esp32/network_ppp: Add a timeout for closing PPP connection.Damien George
2019-01-28esp32: Update to latest ESP IDF using sdkconfig and new ldgen procedure.Damien George
2018-10-19esp32/network_ppp: Add PPPoS functionality.Eric Poulsen