Ryan Summers
0d47ea0982
Renaming trait function names, cleaning up docs
2023-03-30 12:54:08 +02:00
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
Michael Watzko
96c6edfd81
Take ownership of Spi in activate_ref
2021-04-16 01:30:11 +02:00
Michael Watzko
d58ab215b1
Add DeviceRefMut that allows device operation without moving ownership
2021-04-08 01:20:18 +02:00
kellerkindt
9e9ff5733e
Fix typo in README
2021-03-23 23:42:42 +01:00
kellerkindt
f559047c8c
Fix outdated mention of interface in README
2021-03-23 23:42:04 +01:00
Jonah Dahlquist
ca8268ab31
Removed the active/inactive concept, and changed bus to use blocking traits to allow users to use shared-bus
2021-02-18 19:27:12 -08:00
Jonah Dahlquist
2b59081e74
Removed implementation description from README, updated example to work with latest embedded-nal interface, removed completed TODOs
2021-02-18 19:23:28 -08:00
kellerkindt
a8909816bc
Fix usage of inactive w5500 instance
2020-06-10 17:32:30 +02:00
kellerkindt
a106815791
Add status badges to the README
2020-06-10 16:25:46 +02:00
kellerkindt
f8e6bcf20a
Change 'To To' to 'Todo' in the README
2019-08-02 17:23:15 +02:00
Jonah Dahlquist
b9aa4f9ca1
Improved documentation in README and doc comments in library
2019-08-02 10:15:26 -05:00
Michael Watzko
a1e402de7e
Add SPI and CS initialisation
2019-02-17 14:30:39 +01:00
Michael Watzko
123c44b385
Re-add set_mac/ip/subnet/gateway example
2019-02-17 14:11:09 +01:00
Michael Watzko
c069211e72
GH-3: Dont require the local port in .blocking_send anymore
2019-02-12 23:27:04 +01:00
Michael Watzko
4708d31518
GH-3: Update README as well
2019-02-12 23:23:28 +01:00
Michael Watzko
5d8c907251
Use a locally administered MAC address
2018-03-29 21:22:27 +02:00
Michael Watzko
1a6eab88da
Add README.md with example usage
2018-03-29 21:00:30 +02:00