Skip to content

Releases: Wiznet/RP2040-HAT-MicroPython

v2.0.0 firmware.uf2

11 Nov 00:00
Compare
Choose a tag to compare
v2.0.0 firmware.uf2 Pre-release
Pre-release

Update commit of Micropython lib

v1.0.5 firmware.uf2

20 Apr 23:29
Compare
Choose a tag to compare

#1
Update about multicore thread

v1.0.4 firmware.uf2

18 Mar 01:25
Compare
Choose a tag to compare

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

08 Mar 05:53
76d2414
Compare
Choose a tag to compare

Added upip

  • set up the package using upip
    Modified DHCP
  • DHCP assign

v1.0.2 firmware.uf2

24 Feb 03:02
Compare
Choose a tag to compare

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

23 Feb 00:49
Compare
Choose a tag to compare

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

03 Feb 02:24
14ae394
Compare
Choose a tag to compare

Included

micropython library
ethernet(WIZnet Chip)
SSL/TLS (axtls)