summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorAndrew Leech <andrew@alelec.net>2022-05-05 16:12:15 +1000
committerDamien George <damien@micropython.org>2022-06-03 14:29:11 +1000
commit21b3a396de4dd193e97c5576060cfd2b23bc48e1 (patch)
tree26e4b3cee82023a9c9e90d9c11fc6dcc0f99927d /py
parentcb436e357ffe2959a8cfea36b61777a9edbd21d6 (diff)
extmod/network_wiznet5k: Add Wiznet Ethernet network interface.
Originally based on both stm32/network_wiznet5k and stm32/modnwwiznet5k. If MICROPY_PY_LWIP is enabled it uses the lwIP TCP stack in MicroPython, communicating with the Wiznet controller in MACRAW mode. In this mode it supports using the INTN pin from Wiznet controller to receive data from an interrupt trigger. If lwIP is not enabled, it runs in modnetwork/socket mode providing an interface to the TCP stack running on the Wiznet controller chip. In this mode it includes some updates by @irinakim12 from #8021, most notably bringing in DHCP support. Supports defining hardware pins in board config or dynamically set at runtime. Sets a default MAC address in the random namespace from board unique-id. Signed-off-by: Andrew Leech <andrew@alelec.net>
Diffstat (limited to 'py')
0 files changed, 0 insertions, 0 deletions