Skip to content

regsim Version 0.1.0-alpha.9

Compare
Choose a tag to compare
@newAM newAM released this 06 Aug 20:41
· 51 commits to main since this release
0d547b3

Added

  • Added #[derive(Debug, PartialEq)] for W5500.
  • 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 from std::io::Error to std::io::ErrorKind.
  • Updated w5500-ll dependency from 0.10.0 to 0.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.