regsim Version 0.1.0-alpha.9
newAM
released this
06 Aug 20:41
·
51 commits
to main
since this release
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.