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