Skip to content

Releases: newAM/w5500-rs

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.

mqtt Version 0.2.0

06 Aug 20:53
42a70c3
Compare
Choose a tag to compare

Added

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

Changed

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

ll Version 0.11.0

06 Aug 20:31
2b23240
Compare
Choose a tag to compare

Added

  • Added #[must_use] to functions in w5500_ll::net.
  • Added support for core::net types with the ip_in_core feature.
  • Added support for embedded-hal version 1.0.0-alpha.11 with the eh1 feature.
  • Added support for embedded-hal-async version 0.2.0-alpha.2 with the eha0a feature.
  • Added an aio module with async traits.
  • Added sn_tx_ptrs and sn_rx_ptrs to read socket buffer pointers in a single transaction.
  • Added From<Sn> for all primitive signed and unsigned integers.
  • Added TryFrom<_> for Sn for all primitive signed and unsigned integers.

Changed

  • Changed the embedded-hal version 0.2 feature name to eh0.
  • Renamed the blocking module to eh0.
  • Moved the reset function and spi::MODE constant into the eh0 and eh1 modules.
  • Replaced public octets member on net::Ipv4Addr with an octets() method.