aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/modnwwiznet5k.c
AgeCommit message (Expand)Author
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2018-06-01stm32: Add network driver for Wiznet5k using MACRAW mode and lwIP.Damien George
2018-03-27stm32: Consolidate include of genhdr/pins.h to single location in pin.h.Damien George
2018-02-05stm32: Update LCD and network drivers to work with new SPI API.Damien George
2017-10-17stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver.Damien George
2017-10-17stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz.Damien George
2017-10-16stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.Damien George
2017-10-16stm32/modusocket: Return OSError(-2) if getaddrinfo fails.Damien George
2017-10-16stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method.Damien George
2017-10-05stm32/modnwwiznet5k: Get the IP address of an established socket.Li Weiwei
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-08stm32/modnwwiznet5k: Release the GIL on blocking network operations.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George