Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Version 0.5.0

Compare
Choose a tag to compare
@newAM newAM released this 06 Feb 19:30
· 47 commits to main since this release

Added

  • Added the Default trait for DuplexStatus, LinkStatus, and SpeedStatus.
  • Added a std crate feature (disabled by default).
  • Added the From trait to convert between std::net and w5500_ll::net types.

Changed

  • Changed fully qualified documentation links (e.g. crate::) to shorter links.
  • Changed the embedded-hal dependency to an optional feature (enabled by default).
  • Changed the maintenance status from experimental to actively-developed.

Fixed

  • Fixed incorrect documentation on SocketMode::enable_mip6b and SocketMode::disable_mip6b.