aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-wiznet/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* wiznet: add version check to initialization sequenceJosh Junon2024-06-301-4/+6
|
* cargo fmtdvdsk2024-06-081-1/+1
|
* Explain the const params N_RX & N_TX in the docs of Statedvdsk2024-06-071-0/+10
| | | | | | On chips with a low amount of ram it's easy to run out of ram. When looking at the current docs for the State struct it is not easy to see that these params can cause a lot of ram usage.
* docs: document public apis of wiznet driverUlf Lilleengen2023-12-201-0/+2
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+1
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+1
|
* net-wiznet: report link up/down on cable plug/unplug.Dario Nieuwenhuis2023-10-201-26/+28
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-3/+3
| | | | convenience methods
* net-wiznet: rename from embassy-net-w5500.Dario Nieuwenhuis2023-08-151-0/+117