Releases: Wiznet/RP2040-HAT-MicroPython
Releases · Wiznet/RP2040-HAT-MicroPython
v2.0.0 firmware.uf2
Update commit of Micropython lib
v1.0.5 firmware.uf2
#1
Update about multicore thread
v1.0.4 firmware.uf2
from this release, Both W5100s and W5500 upload the firmware.
Modified the Sendto Function of W5500 and in the wiznetconfig.c
v1.0.3 firmware.uf2
Added upip
- set up the package using upip
Modified DHCP - DHCP assign
v1.0.2 firmware.uf2
Changed
changed spi byte struct function(it is compatible with other chip)
- read_byte->read_bytes
- write_byte -> write_bytes
v1.0.1 firmware.uf2
Included
Added DHCP function
Modified
- Ethernet/socket.c
- ports/rp2/modnwwiznet5k.c
- when ifconfig function execute, it is not set up the default ip
v1.0.0 firmware.uf2
Included
micropython library
ethernet(WIZnet Chip)
SSL/TLS (axtls)