Commit graph

10 commits

Author SHA1 Message Date
62e56052cf Adapt UDP to W5100
Some checks failed
Rust / Check (push) Has been cancelled
Rust / Test Suite (push) Has been cancelled
Rust / Rustfmt (push) Has been cancelled
Rust / Clippy (push) Has been cancelled
2025-11-11 14:40:25 +01:00
Markus Reiter
ae29db2fd7
Update embedded-nal to 0.9. (#66) 2025-03-21 15:41:28 +01:00
Ryan Summers
09db1687dd Updating embedded-nal version 2024-07-05 15:14:29 +02:00
Ryan Summers
ec57a2f6f1 Refactoring device state management 2024-07-05 14:18:40 +02:00
Ryan Summers
b9ba375ca2 Refactoring bus traits for embedded-hal 1.0 2024-07-05 14:18:40 +02:00
Peter Hartley
25683d610a Fix new cargo fmt issues 2024-04-15 12:10:46 +01:00
Ryan Summers
953ed3c7b1 Readding reference docs 2023-03-31 13:45:42 +02:00
Ryan Summers
0d47ea0982 Renaming trait function names, cleaning up docs 2023-03-30 12:54:08 +02:00
Lachezar Lechev
c3f79c96ed
feat: derive defmt::Format for more structs and errors
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
2023-03-06 12:54:55 +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