aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/eth_w5500.rs
Commit message (Expand)AuthorAgeFilesLines
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput...WillaWillNot2025-11-221-6/+1
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-3/+1
* Updated documentation, fixed EXTI definition issues with chips that have touc...WillaWillNot2025-11-211-2/+10
* feat: stm32 spi driver slave modeCristian Milatinov2025-11-041-1/+2
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-6/+5
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-7/+2
* wiznet: add version check to initialization sequenceJosh Junon2024-06-301-1/+3
* cargo fmtdvdsk2024-06-081-8/+7
* Adds an example for using the w5500 with an stm32f4dvdsk2024-06-071-0/+139