Skip to content

Releases: newAM/w5500-rs

tls Version 0.3.0

02 Oct 17:20
Compare
Choose a tag to compare

Changed

  • Updated embedded-hal from 1.0.0-alpha.11 to 1.0.0-rc.1.
  • Updated embedded-hal-async from 0.2.0-alpha.2 to 1.0.0-rc.1.

sntp Version 0.4.0

02 Oct 17:21
Compare
Choose a tag to compare

Changed

  • Updated embedded-hal from 1.0.0-alpha.11 to 1.0.0-rc.1.
  • Updated embedded-hal-async from 0.2.0-alpha.2 to 1.0.0-rc.1.

mqtt Version 0.3.0

02 Oct 17:23
Compare
Choose a tag to compare

Changed

  • Updated embedded-hal from 1.0.0-alpha.11 to 1.0.0-rc.1.
  • Updated embedded-hal-async from 0.2.0-alpha.2 to 1.0.0-rc.1.

ll Version 0.12.0

02 Oct 17:13
Compare
Choose a tag to compare

Changed

  • Updated embedded-hal from 1.0.0-alpha.11 to 1.0.0-rc.1.
  • Updated embedded-hal-async from 0.2.0-alpha.2 to 1.0.0-rc.1.

hl Version 0.11.0

02 Oct 17:16
Compare
Choose a tag to compare

Changed

  • Updated embedded-hal from 1.0.0-alpha.11 to 1.0.0-rc.1.
  • Updated embedded-hal-async from 0.2.0-alpha.2 to 1.0.0-rc.1.

dns Version 0.4.0

02 Oct 17:21
Compare
Choose a tag to compare

Changed

  • Updated embedded-hal from 1.0.0-alpha.11 to 1.0.0-rc.1.
  • Updated embedded-hal-async from 0.2.0-alpha.2 to 1.0.0-rc.1.

dhcp Version 0.6.0

02 Oct 17:21
Compare
Choose a tag to compare

Changed

  • Updated embedded-hal from 1.0.0-alpha.11 to 1.0.0-rc.1.
  • Updated embedded-hal-async from 0.2.0-alpha.2 to 1.0.0-rc.1.

Fixed

  • Fixed server identifier in REQUEST message.

tls Version 0.2.0

06 Aug 20:40
0d547b3
Compare
Choose a tag to compare

Added

  • Added support for embedded-hal version 1.0.0-alpha.11 with the eh1 feature.

Changed

  • Changed the name of the embedded-hal feature to eh0.
  • Updated w5500-hl dependency from 0.9.0 to 0.10.0.

sntp Version 0.3.0

06 Aug 20:41
0d547b3
Compare
Choose a tag to compare

Added

  • Added support for embedded-hal version 1.0.0-alpha.11 with the eh1 feature.

Changed

  • Changed the name of the embedded-hal feature to eh0.
  • Removed used of functions deprecated in chrono version 0.4.23.
  • Updated w5500-hl dependency from 0.9.0 to 0.10.0.

regsim Version 0.1.0-alpha.9

06 Aug 20:41
0d547b3
Compare
Choose a tag to compare

Added

  • Added #[derive(Debug, PartialEq)] for W5500.
  • Added W5500.set_corpus_file to record register reads to a file for fuzzing.
  • Added support for sn_ttl.
  • Added an async feature to enable asynchronous implementations.

Changed

  • Change the Register::Error type from std::io::Error to std::io::ErrorKind.
  • Updated w5500-ll dependency from 0.10.0 to 0.11.0.

Fixed

  • Fixed Sn_RX_RSR changing value between reading byte 0 and byte 1.
  • Fixed a panic condition that occurred when socket buffer pointers wrapped.