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
/
modnetwork.c
Age
Commit message (
Expand
)
Author
2021-02-15
esp32: Add support to build with ESP-IDF v4.1.1.
Damien George
2021-02-15
esp32: Add explicit initialisers to silence compiler warnings.
Damien George
2021-01-23
esp32/modnetwork: Synchronize WiFi AUTH_xxx constants with IDF values.
IhorNehrutsa
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-07-21
esp32/network_lan: Add support for IP101 PHY.
Kenneth Ryerson
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2020-01-22
esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting.
adzierzanowski
2019-11-05
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
Damien George
2019-09-17
esp32: Support building with ESP IDF 4.0-beta1.
Jim Mussared
2019-08-28
esp32: Add 'config' function to network.LAN, reusing network.WLAN.
Eric Poulsen
2019-08-15
esp32: Add support for mDNS queries and responder.
Damien George
2019-06-22
esp32/modnetwork: Still try to reconnect to WLAN even with AUTH_FAIL.
Damien George
2019-05-13
esp32/modnetwork: Change type to size_t for uses of mp_obj_str_get_data.
Damien George
2019-03-08
esp32/modnetwork: Remove redundant esp_log include.
Petr Kracík
2019-03-08
esp32/modnetwork: Implement RSSI for WiFi STA via WLAN.status('rssi').
Petr Kracík
2019-02-26
esp32/modnetwork: Fix wifi.isconnected to return False after disconnect.
Petr Kracík
2019-02-21
esp32/modnetwork: Catch and report Ethernet events.
Petr Kracík
2019-02-21
esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY.
Petr Kracík
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2018-10-19
esp32/network_ppp: Add PPPoS functionality.
Eric Poulsen
2018-07-18
esp32/modnetwork: Add network.(W)LAN.ifconfig('dhcp') support.
Eric Poulsen
2018-07-14
esp32: Implement WLAN.status() return codes.
Mitchell Currie
2018-07-09
esp32/modnetwork: Add support for bssid parameter in WLAN.connect().
Damien George
2018-06-08
esp32/modnetwork: Fix isconnected() when using static IP config.
Glenn Moloney
2018-05-28
esp32: Silence ESP-IDF log messages when in raw REPL mode.
Nick Moore
2018-05-15
esp32/modnetwork: Fix STA/AP activate/deactivate for new IDF API.
Damien George
2018-05-14
esp32: Update to latest ESP IDF version.
Bas Wijnen
2018-05-02
esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts.
Damien George
2018-05-01
esp32/modnetwork: Allow to get ESSID of AP that STA is connected to.
Damien George
2018-03-05
esp32/modnetwork: Implement status('stations') to list STAs in AP mode.
Lee Seong Per
2018-02-19
esp32/modnetwork: Implement dhcp_hostname for WLAN.config().
Damien George
2017-12-13
esp32: Implement wired Ethernet via network.LAN().
Eric Poulsen
2017-12-13
esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig().
Eric Poulsen
2017-12-13
esp32/modnetwork: Give better error msgs for AP timeout and not-found.
Damien George
2017-12-13
esp32: Add new port to Espressif ESP32 SoC.
Damien George