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