Skip to content

ll Version 0.11.0

Compare
Choose a tag to compare
@newAM newAM released this 06 Aug 20:31
· 52 commits to main since this release
2b23240

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.