iabdalkader
|
7aab0dc5d8
|
extmod: Move modnetwork and modusocket from stm32 to extmod.
So they can be used by other ports.
|
2021-09-15 01:25:12 +10:00 |
iabdalkader
|
51614ce365
|
stm32/eth: Add low-power mode configuration option.
Add low power functionality configurable with:
lan.config(low_power=True/False)
|
2021-06-13 12:27:33 +10:00 |
Jim Mussared
|
def76fe4d9
|
all: Use MP_ERROR_TEXT for all error messages.
|
2020-04-05 15:02:06 +10:00 |
Damien George
|
69661f3343
|
all: Reformat C and Python source code with tools/codeformat.py.
This is run with uncrustify 0.70.1, and black 19.10b0.
|
2020-02-28 10:33:03 +11:00 |
Damien George
|
78fe979d7d
|
stm32: Use global lwip build config and support building without lwip.
|
2019-03-04 23:33:02 +11:00 |
Damien George
|
c55709bf29
|
stm32/network_lan: Add high-level network.LAN interface to ETH driver.
|
2019-02-26 23:32:19 +11:00 |