Releases: newAM/w5500-rs
Releases · newAM/w5500-rs
mqtt Version 0.3.0
Changed
- Updated
embedded-hal
from1.0.0-alpha.11
to1.0.0-rc.1
. - Updated
embedded-hal-async
from0.2.0-alpha.2
to1.0.0-rc.1
.
ll Version 0.12.0
Changed
- Updated
embedded-hal
from1.0.0-alpha.11
to1.0.0-rc.1
. - Updated
embedded-hal-async
from0.2.0-alpha.2
to1.0.0-rc.1
.
hl Version 0.11.0
Changed
- Updated
embedded-hal
from1.0.0-alpha.11
to1.0.0-rc.1
. - Updated
embedded-hal-async
from0.2.0-alpha.2
to1.0.0-rc.1
.
dns Version 0.4.0
Changed
- Updated
embedded-hal
from1.0.0-alpha.11
to1.0.0-rc.1
. - Updated
embedded-hal-async
from0.2.0-alpha.2
to1.0.0-rc.1
.
dhcp Version 0.6.0
Changed
- Updated
embedded-hal
from1.0.0-alpha.11
to1.0.0-rc.1
. - Updated
embedded-hal-async
from0.2.0-alpha.2
to1.0.0-rc.1
.
Fixed
- Fixed server identifier in REQUEST message.
tls Version 0.2.0
Added
- Added support for
embedded-hal
version1.0.0-alpha.11
with theeh1
feature.
Changed
- Changed the name of the
embedded-hal
feature toeh0
. - Updated
w5500-hl
dependency from0.9.0
to0.10.0
.
sntp Version 0.3.0
Added
- Added support for
embedded-hal
version1.0.0-alpha.11
with theeh1
feature.
Changed
- Changed the name of the
embedded-hal
feature toeh0
. - Removed used of functions deprecated in chrono version
0.4.23
. - Updated
w5500-hl
dependency from0.9.0
to0.10.0
.
regsim Version 0.1.0-alpha.9
Added
- Added
#[derive(Debug, PartialEq)]
forW5500
. - 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 fromstd::io::Error
tostd::io::ErrorKind
. - Updated
w5500-ll
dependency from0.10.0
to0.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
Added
- Added support for
embedded-hal
version1.0.0-alpha.11
with theeh1
feature.
Changed
- Updated
w5500-hl
dependency from0.9.0
to0.10.0
. - Updated
w5500-tls
dependency from0.1.2
to0.2.0
. - Changed the name of the
embedded-hal
feature toeh0
.
ll Version 0.11.0
Added
- Added
#[must_use]
to functions inw5500_ll::net
. - Added support for
core::net
types with theip_in_core
feature. - Added support for
embedded-hal
version1.0.0-alpha.11
with theeh1
feature. - Added support for
embedded-hal-async
version0.2.0-alpha.2
with theeha0a
feature. - Added an
aio
module with async traits. - Added
sn_tx_ptrs
andsn_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
version0.2
feature name toeh0
. - Renamed the
blocking
module toeh0
. - Moved the
reset
function andspi::MODE
constant into theeh0
andeh1
modules. - Replaced public
octets
member onnet::Ipv4Addr
with anoctets()
method.