w5100-rs/src
Ryan Summers 9327809fe7
Add TCP-based NAL implementation (#24)
* 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
2022-01-23 13:30:08 +01:00
..
bus Make clippy happy :) 2021-07-24 18:00:37 +02:00
host fmt 2021-02-25 19:40:20 -08:00
device.rs Take ownership of Spi in activate_ref 2021-04-16 01:30:11 +02:00
lib.rs Add TCP-based NAL implementation (#24) 2022-01-23 13:30:08 +01:00
net.rs Add MacAddress::octets() and impl From<[u8; 6]> for MacAddress 2021-03-23 23:27:09 +01:00
register.rs Add TCP-based NAL implementation (#24) 2022-01-23 13:30:08 +01:00
socket.rs Add TCP-based NAL implementation (#24) 2022-01-23 13:30:08 +01:00
tcp.rs Add TCP-based NAL implementation (#24) 2022-01-23 13:30:08 +01:00
udp.rs Add TCP-based NAL implementation (#24) 2022-01-23 13:30:08 +01:00
uninitialized_device.rs Add TCP-based NAL implementation (#24) 2022-01-23 13:30:08 +01:00