- ecbbc51 esp32/network_lan: Add PHY_GENERIC device type. by Elvis Pfutzenreuter · 3 months ago
- 10f6c06 esp32/network_lan: Add support for LAN8670 PHY. by Angus Gratton · 6 months ago
- 6e5d8d0 esp32: Drop support for ESP-IDF below V5.2.0. by Angus Gratton · 9 months ago
- 288a036 esp32/network_lan: Ensure LAN MAC address is valid at LAN init. by Glenn Moloney · 1 year, 1 month ago
- 868d311 esp32/network_lan: Make LAN.active(state) succeed if already in state. by Glenn Moloney · 1 year, 1 month ago
- 1f23ab1 esp32,mimxrt,stm32: Implement ipconfig() for more network interfaces. by Felix Dörre · 1 year, 4 months ago
- cdfc6c1 esp32/network_lan: Add a separate argument to set PHY power pin. by robert-hh · 1 year, 5 months ago
- decf8e6 all: Remove the "STATIC" macro and just use "static" instead. by Angus Gratton · 1 year, 5 months ago
- bbbd484 esp32/network_lan: Register the hostname setting for Ethernet. by robert-hh · 1 year, 10 months ago
- 9c24413 esp32/network_lan: Fix LAN.isconnected(). by robert-hh · 1 year, 10 months ago
- c4e63ac esp32/network_lan: Fix and simplify the code for ETH-SPI devices. by robert-hh · 1 year, 10 months ago
- ba8aad3 esp32/modnetwork: Add support for SO_BINDTODEVICE socket option. by Daniël van de Giessen · 2 years, 1 month ago
- dbced75 esp32/network_wlan: Wait for STA/AP START/STOP event in wlan.active. by Glenn Moloney · 2 years, 1 month ago
- e465012 esp32: Update port to support IDF v5.0.2. by Damien George · 2 years, 3 months ago
- eb51ca4 esp32: Use extmod/modnetwork.c instead of port-specific version. by Jim Mussared · 2 years, 6 months ago
- 30db33d esp32/network_lan: Add support for Ethernet PHY KSZ8081. by ma-lalonde · 3 years, 2 months ago
- 67097d8 esp32/network_lan: Fix compilation on IDF lower than v4.4. by Damien George · 2 years, 7 months ago
- c7301b8 esp32/network_lan: Fix setting MAC address of ethernet devices. by Damien Tournoud · 2 years, 7 months ago
- e982c1d esp32/network_lan: Add support for SPI-based ethernet chips. by Damien Tournoud · 2 years, 7 months ago
- 4b52003 esp32/network_lan: Support configuration of ETH ref_clk pin. by robert-hh · 2 years, 8 months ago
- efb4bd3 esp32/network_lan: Add support for LAN8710 PHY. by robert-hh · 2 years, 8 months ago
- 94beeab py/obj: Convert make_new into a mp_obj_type_t slot. by Jim Mussared · 2 years, 11 months ago
- 9dce827 all: Remove unnecessary locals_dict cast. by Jim Mussared · 3 years, 1 month ago
- 662b976 all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE. by Jim Mussared · 4 years, 1 month ago
- 5adb1fa esp32,esp8266: Extract qstr from object when comparing keys in config(). by Damien George · 3 years, 8 months ago
- 48437ce esp32/network_lan: Add Ethernet support for IDF v4.1 and above. by Tobias Eydam · 4 years, 4 months ago
- 76fefad esp32/network_lan: Add support for IP101 PHY. by Kenneth Ryerson · 5 years ago
- 84fa331 all: Format code to add space after C++-style comment start. by stijn · 5 years ago
- def76fe all: Use MP_ERROR_TEXT for all error messages. by Jim Mussared · 5 years ago
- 69661f3 all: Reformat C and Python source code with tools/codeformat.py. by Damien George · 5 years ago
- 96008ff esp32: Support building with ESP IDF 4.0-beta1. by Jim Mussared · 6 years ago
- 5635b96 esp32: Add 'config' function to network.LAN, reusing network.WLAN. by Eric Poulsen · 6 years ago
- 5801a00 esp32/network_lan: Make power arg to constructor optional. by Petr Kracík · 6 years ago
- 7d8c71c esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY. by Petr Kracík · 6 years ago
- 29dd6a7 esp32: Implement wired Ethernet via network.LAN(). by Eric Poulsen · 8 years ago