circuitpython/drivers/wiznet5k
Li Weiwei 73e387cff6 drivers/wiznet5k: Improve the performance of socket ops with threading.
Use MICROPY_THREAD_YIELD() instead of HAL_Delay in busy waiting to improve
the performance of connect, send, recv, sento and recvfrom.
2017-10-16 13:32:34 +11:00
..
ethernet drivers/wiznet5k: Improve the performance of socket ops with threading. 2017-10-16 13:32:34 +11:00
internet drivers, wiznet5k: Wrap exported functions in a macro for renaming. 2014-09-30 22:51:47 +01:00
README.md all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00

README.md

This is the driver for the WIZnet5x00 series of Ethernet controllers.

Adapted for MicroPython.

Original source: https://github.com/Wiznet/W5500_EVB/tree/master/ioLibrary Taken on: 30 August 2014