aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/eth.rs
Commit message (Expand)AuthorAgeFilesLines
* Add new{_with_phy}, new_mii{_with_phy}datdenkikniet2025-11-141-4/+3
* ETH no longer knows about Station managementdatdenkikniet2025-11-131-6/+8
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+0
* stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.Dario Nieuwenhuis2025-01-261-4/+3
* stm32: change all examples and tests to use GenericSMI::new_auto().Dario Nieuwenhuis2025-01-261-1/+1
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-6/+5
* Simplify construction of StackResources::new()Martin Liska2024-08-081-6/+1
* Fix testsDion Dokter2024-08-051-1/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-5/+8
* stm32/tests: add stm32h753zi, stm32h7a3zi.Dario Nieuwenhuis2023-10-211-0/+2
* Patch tests & examplesGabriel Górski2023-10-091-2/+1
* stm32/hil: add f2, f3, f7, l49Dario Nieuwenhuis2023-10-031-3/+13
* tests/stm32: add eth test.Dario Nieuwenhuis2023-10-021-0/+113