This repository has been archived by the owner on Mar 20, 2022. It is now read-only.
Version 0.5.0
Added
- Added the
Default
trait forDuplexStatus
,LinkStatus
, andSpeedStatus
. - Added a
std
crate feature (disabled by default). - Added the
From
trait to convert betweenstd::net
andw5500_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
andSocketMode::disable_mip6b
.