* Adding TCP-based NAL implementation * Updating NAL dependency * Updating connect to handle network errors * Adding support for getting IP and MAC, allowing transparent access to the W5500 in the interface. * Fixing TCP connect when not in INIT * Adding wait after reset * Reverting changes * More delta reductions * Fixing format * Updating changelog * Fixing docs * Updating NAL version * Adding debug derive * fixing TCP write * Updating RX receive size to allow less than 8 bytes * Fixing clippy lints
537 B
537 B
Unreleased
Added
- Added TCP client support
0.3.0 (June 10, 2020)
Breaking changes
- Require
v2::OutputPins OutputPinis now taken by ownership instead of mut refs #13
Changes
- Upgrade to Rust 2018 Edition
- Many doc updates, thanks @jonahbron